Table of Contents
Interfaces
- LoaderInterface
Properties
-
$tests
: mixed
Methods
-
getPattern()
: mixed
-
getTests()
: mixed
-
loadTests()
: mixed
-
createTestFromPhpUnitMethod()
: mixed
-
enhancePhpunitTest()
: mixed
$tests
protected
mixed
$tests
= []
getPattern()
public
getPattern() : mixed
getTests()
public
getTests() : mixed
loadTests()
public
loadTests(mixed $path) : mixed
Parameters
-
$path
: mixed
-
createTestFromPhpUnitMethod()
protected
createTestFromPhpUnitMethod(ReflectionClass $class, ReflectionMethod $method) : mixed
Parameters
-
$class
: ReflectionClass
-
-
$method
: ReflectionMethod
-
enhancePhpunitTest()
protected
enhancePhpunitTest(Test $test) : mixed
Parameters
-
$test
: Test
-