MethodReflectionExtensionTest
extends TestCase
in package
FinalYes
Table of Contents
Properties
Methods
- existingMethodProvider() : array<string, array<string, string>>
- setUp() : void
- testAttributeType() : void
- testAttributeTypeOfNoneExisting() : void
- testNodeHasMethodReturnsTrue() : void
Properties
$fixture
private
MethodReflectionExtension
$fixture
Methods
existingMethodProvider()
public
existingMethodProvider() : array<string, array<string, string>>
Return values
array<string, array<string, string>>setUp()
public
setUp() : void
testAttributeType()
public
testAttributeType() : void
testAttributeTypeOfNoneExisting()
public
testAttributeTypeOfNoneExisting() : void
testNodeHasMethodReturnsTrue()
public
testNodeHasMethodReturnsTrue(string $className, string $methodName) : void
Parameters
- $className : string
- $methodName : string