Documentation

PhpUnitInternalClassFixer extends AbstractPhpUnitFixer
in package
implements WhitespacesAwareFixerInterface, ConfigurationDefinitionFixerInterface

Tags
author

Gert de Pagter BackEndTea@gmail.com

Interfaces, Classes and Traits

WhitespacesAwareFixerInterface
ConfigurationDefinitionFixerInterface

Table of Contents

getDefinition()  : mixed
{@inheritdoc}
getPriority()  : mixed
{@inheritdoc}
applyPhpUnitClassFix()  : mixed
{@inheritdoc}
createConfigurationDefinition()  : mixed
{@inheritdoc}
addInternalAnnotation()  : array<string|int, Line>
createDocBlock()  : mixed
isAllowedByConfiguration()  : bool
makeDocBlockMultiLineIfNeeded()  : DocBlock
updateDocBlockIfNeeded()  : mixed

Methods

getPriority()

{@inheritdoc}

public getPriority() : mixed

Must run before FinalInternalClassFixer.

Return values
mixed

applyPhpUnitClassFix()

{@inheritdoc}

protected applyPhpUnitClassFix(Tokens $tokens, mixed $startIndex, mixed $endIndex) : mixed
Parameters
$tokens : Tokens
$startIndex : mixed
$endIndex : mixed
Return values
mixed

createConfigurationDefinition()

{@inheritdoc}

protected createConfigurationDefinition() : mixed
Return values
mixed

updateDocBlockIfNeeded()

private updateDocBlockIfNeeded(Tokens $tokens, mixed $docBlockIndex) : mixed
Parameters
$tokens : Tokens
$docBlockIndex : mixed
Return values
mixed

Search results