Lggr
Public Member Functions | List of all members
PHPUnit\Framework\DataProviderTestSuite Class Reference
Inheritance diagram for PHPUnit\Framework\DataProviderTestSuite:
Inheritance graph
[legend]
Collaboration diagram for PHPUnit\Framework\DataProviderTestSuite:
Collaboration graph
[legend]

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 = []
 

Member Function Documentation

◆ setDependencies()

PHPUnit\Framework\DataProviderTestSuite::setDependencies ( array  $dependencies)

Sets the dependencies of a TestCase.

Parameters
string[]$dependencies

The documentation for this class was generated from the following file: