MethodReflectionExtensionTest
extends TestCase
Table of Contents
-
$fixture
: MethodReflectionExtension
-
existingMethodProvider()
: array<string, array<string, string>>
-
setUp()
: void
-
testAttributeType()
: void
-
testAttributeTypeOfNoneExisting()
: void
-
testNodeHasMethodReturnsTrue()
: void
existingMethodProvider()
public
existingMethodProvider() : array<string, array<string, string>>
Return values
array<string, array<string, string>>
—
setUp()
public
setUp() : void
Return values
void
—
testAttributeType()
public
testAttributeType() : void
Return values
void
—
testAttributeTypeOfNoneExisting()
public
testAttributeTypeOfNoneExisting() : void
Return values
void
—
testNodeHasMethodReturnsTrue()
public
testNodeHasMethodReturnsTrue(string $className, string $methodName) : void
Parameters
-
$className
: string
-
-
$methodName
: string
-
-
dataProvider
-
Return values
void
—