|
Lggr
|


Public Member Functions | |
| setDependencies (array $dependencies) | |
Public Member Functions inherited from PHPUnit\Framework\TestSuite | |
| __construct ($theClass='', $name='') | |
| toString () | |
| addTest (Test $test, $groups=[]) | |
| addTestSuite ($testClass) | |
| addTestFile ($filename) | |
| addTestFiles ($filenames) | |
| count ($preferCache=false) | |
| getName () | |
| getGroups () | |
| getGroupDetails () | |
| setGroupDetails (array $groups) | |
| run (TestResult $result=null) | |
| setRunTestInSeparateProcess ($runTestInSeparateProcess) | |
| runTest (Test $test, TestResult $result) | |
| setName ($name) | |
| testAt ($index) | |
| tests () | |
| setTests (array $tests) | |
| markTestSuiteSkipped ($message='') | |
| setBeStrictAboutChangesToGlobalState ($beStrictAboutChangesToGlobalState) | |
| setBackupGlobals ($backupGlobals) | |
| setBackupStaticAttributes ($backupStaticAttributes) | |
| getIterator () | |
| injectFilter (Factory $filter) | |
Additional Inherited Members | |
Static Public Member Functions inherited from PHPUnit\Framework\TestSuite | |
| static | createTest (ReflectionClass $theClass, $name) |
| static | isTestMethod (ReflectionMethod $method) |
Protected Member Functions inherited from PHPUnit\Framework\TestSuite | |
| createResult () | |
| addTestMethod (ReflectionClass $class, ReflectionMethod $method) | |
| setUp () | |
| tearDown () | |
Static Protected Member Functions inherited from PHPUnit\Framework\TestSuite | |
| static | warning ($message) |
| static | skipTest ($class, $methodName, $message) |
| static | incompleteTest ($class, $methodName, $message) |
Protected Attributes inherited from PHPUnit\Framework\TestSuite | |
| $backupGlobals | |
| $backupStaticAttributes | |
| $runTestInSeparateProcess = false | |
| $name = '' | |
| $groups = [] | |
| $tests = [] | |
| $numTests = -1 | |
| $testCase = false | |
| $foundClasses = [] | |
| PHPUnit\Framework\DataProviderTestSuite::setDependencies | ( | array | $dependencies | ) |
Sets the dependencies of a TestCase.
| string[] | $dependencies |
1.8.17