|
static | createTest (ReflectionClass $theClass, $name) |
|
static | isTestMethod (ReflectionMethod $method) |
|
| createResult () |
|
| addTestMethod (ReflectionClass $class, ReflectionMethod $method) |
|
| setUp () |
|
| tearDown () |
|
static | warning ($message) |
|
static | skipTest ($class, $methodName, $message) |
|
static | incompleteTest ($class, $methodName, $message) |
|
| $backupGlobals |
|
| $backupStaticAttributes |
|
| $runTestInSeparateProcess = false |
|
| $name = '' |
|
| $groups = [] |
|
| $tests = [] |
|
| $numTests = -1 |
|
| $testCase = false |
|
| $foundClasses = [] |
|
◆ setDependencies()
PHPUnit\Framework\DataProviderTestSuite::setDependencies |
( |
array |
$dependencies | ) |
|
Sets the dependencies of a TestCase.
- Parameters
-
The documentation for this class was generated from the following file:
- vendor/phpunit/phpunit/src/Framework/DataProviderTestSuite.php