ClassMethodTest
extends TestCase
in package
Table of Contents
- implicitPublicModifiers() : mixed
- provideMagics() : mixed
- provideModifiers() : mixed
- testFunctionLike() : mixed
- testImplicitPublic() : mixed
- Checks that implicit public modifier detection for method is working
- testMagic() : mixed
- testModifiers() : mixed
- testNoModifiers() : mixed
Methods
implicitPublicModifiers()
public
implicitPublicModifiers() : mixed
Return values
mixed —provideMagics()
public
provideMagics() : mixed
Return values
mixed —provideModifiers()
public
provideModifiers() : mixed
Return values
mixed —testFunctionLike()
public
testFunctionLike() : mixed
Return values
mixed —testImplicitPublic()
Checks that implicit public modifier detection for method is working
public
testImplicitPublic(string $modifier) : mixed
Parameters
- $modifier : string
-
Node type modifier
Tags
Return values
mixed —testMagic()
public
testMagic(string $name) : mixed
Parameters
- $name : string
-
Node name
Tags
Return values
mixed —testModifiers()
public
testModifiers(mixed $modifier) : mixed
Parameters
- $modifier : mixed
Tags
Return values
mixed —testNoModifiers()
public
testNoModifiers() : mixed