file-fetcher
|
Public Member Functions | |
setDependencies (array $dependencies) | |
getDependencies () | |
hasDependencies () | |
getSize () | |
![]() | |
__construct ($theClass='', string $name='') | |
toString () | |
addTest (Test $test, $groups=[]) | |
addTestSuite ($testClass) | |
addTestFile (string $filename) | |
addTestFiles (iterable $fileNames) | |
count (bool $preferCache=false) | |
getName () | |
getGroups () | |
getGroupDetails () | |
setGroupDetails (array $groups) | |
run (TestResult $result=null) | |
setRunTestInSeparateProcess (bool $runTestInSeparateProcess) | |
setName (string $name) | |
testAt (int $index) | |
tests () | |
setTests (array $tests) | |
markTestSuiteSkipped ($message='') | |
setBeStrictAboutChangesToGlobalState ($beStrictAboutChangesToGlobalState) | |
setBackupGlobals ($backupGlobals) | |
setBackupStaticAttributes ($backupStaticAttributes) | |
getIterator () | |
injectFilter (Factory $filter) | |
Additional Inherited Members | |
![]() | |
createResult () | |
addTestMethod (\ReflectionClass $class, \ReflectionMethod $method) | |
![]() | |
$backupGlobals | |
$backupStaticAttributes | |
$runTestInSeparateProcess = false | |
$name = '' | |
$groups = [] | |
$tests = [] | |
$numTests = -1 | |
$testCase = false | |
$foundClasses = [] | |
PHPUnit\Framework\DataProviderTestSuite::getDependencies | ( | ) |
PHPUnit\Framework\DataProviderTestSuite::getSize | ( | ) |
Returns the size of the each test created using the data provider(s)
PHPUnit\Framework\DataProviderTestSuite::hasDependencies | ( | ) |
PHPUnit\Framework\DataProviderTestSuite::setDependencies | ( | array | $dependencies | ) |
string[] | $dependencies |