PHP Class Go\Instrument\Transformer\FilterInjectorTransformerTest

Inheritance: extends PHPUnit_Framework_TestCase
Datei anzeigen Open project: goaop/framework

Protected Properties

Property Type Description
$metadata StreamMetaData | null
$transformer FilterInjectorTransformer

Public Methods

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

Protected Methods

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

Method Details

getKernelMock() protected method

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

setUp() public method

{@inheritDoc}
public setUp ( )

testCanRewriteClassesWithToString() public method

testCanRewriteRelativePathsWithFilter() public method

testCanRewriteWithFilter() public method

testCanTransformInclude() public method

testCanTransformIncludeOnce() public method

testCanTransformRequire() public method

testCanTransformRequireOnce() public method

testCanTransformWithBraces() public method

testCanTransformWithoutInclusion() public method

testSkipTransformationQuickly() public method

Property Details

$metadata protected_oe property

protected StreamMetaData,Go\Instrument\Transformer|null $metadata
return StreamMetaData | null

$transformer protected_oe static_oe property

protected static FilterInjectorTransformer,Go\Instrument\Transformer $transformer
return FilterInjectorTransformer