PHP Class Go\Instrument\Transformer\FilterInjectorTransformerTest

Inheritance: extends PHPUnit_Framework_TestCase
Afficher le fichier Open project: goaop/framework

Protected Properties

Свойство Type Description
$metadata StreamMetaData | null
$transformer FilterInjectorTransformer

Méthodes publiques

Méthode Description
setUp ( ) {@inheritDoc}
testCanRewriteClassesWithToString ( )
testCanRewriteRelativePathsWithFilter ( )
testCanRewriteWithFilter ( )
testCanTransformInclude ( )
testCanTransformIncludeOnce ( )
testCanTransformRequire ( )
testCanTransformRequireOnce ( )
testCanTransformWithBraces ( )
testCanTransformWithoutInclusion ( )
testSkipTransformationQuickly ( )

Méthodes protégées

Méthode Description
getKernelMock ( $options, $container ) : PHPUnit_Framework_MockObject_MockObject | AspectKernel Returns a mock for kernel

Method Details

getKernelMock() protected méthode

Returns a mock for kernel
protected getKernelMock ( $options, $container ) : PHPUnit_Framework_MockObject_MockObject | AspectKernel
Résultat PHPUnit_Framework_MockObject_MockObject | Go\Core\AspectKernel

setUp() public méthode

{@inheritDoc}
public setUp ( )

testCanRewriteClassesWithToString() public méthode

testCanRewriteRelativePathsWithFilter() public méthode

testCanRewriteWithFilter() public méthode

testCanTransformInclude() public méthode

testCanTransformIncludeOnce() public méthode

testCanTransformRequire() public méthode

testCanTransformRequireOnce() public méthode

testCanTransformWithBraces() public méthode

testCanTransformWithoutInclusion() public méthode

testSkipTransformationQuickly() public méthode

Property Details

$metadata protected_oe property

protected StreamMetaData,Go\Instrument\Transformer|null $metadata
Résultat StreamMetaData | null

$transformer protected_oe static_oe property

protected static FilterInjectorTransformer,Go\Instrument\Transformer $transformer
Résultat FilterInjectorTransformer