Home
last modified time | relevance | path

Searched refs:testSuite (Results 1 – 5 of 5) sorted by path

/plugin/authgooglesheets/vendor/google/apiclient-services/src/FirebaseRules/
H A DTestRulesetRequest.php44 public function setTestSuite(TestSuite $testSuite) argument
46 $this->testSuite = $testSuite;
53 return $this->testSuite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php784 …$testSuite = $configuration->getTestSuiteConfiguration(isset($this->arguments['testsuite']) ? $thi…
786 if ($testSuite !== null) {
787 $this->arguments['test'] = $testSuite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php248 $testSuite = $this->document->createElement('testsuite');
249 $testSuite->setAttribute('name', $suite->getName());
255 $testSuite->setAttribute('file', $class->getFileName());
261 $this->testSuites[$this->testSuiteLevel]->appendChild($testSuite);
263 $this->root->appendChild($testSuite);
267 $this->testSuites[$this->testSuiteLevel] = $testSuite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DTestSuiteIterator.php27 * @param PHPUnit_Framework_TestSuite $testSuite
29 public function __construct(PHPUnit_Framework_TestSuite $testSuite) argument
31 $this->tests = $testSuite->tests();
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DGtk.php663 * @param object $testSuite The suite to add.
666 function addSuites($testSuite) argument
668 if (!is_array($testSuite)) {
669 settype($testSuite, 'array');
672 foreach ($testSuite as $suite) {