Home
last modified time | relevance | path

Searched refs:suite (Results 26 – 50 of 78) sorted by relevance

1234

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DFactory.php39 public function factory(Iterator $iterator, PHPUnit_Framework_TestSuite $suite) argument
43 $iterator = $class->newInstance($iterator, $args, $suite);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/ResultPrinter/
H A DXML.php130 * @param PHPUnit_Framework_TestSuite $suite
132 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
139 * @param PHPUnit_Framework_TestSuite $suite
141 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DCHANGELOG.md45 * Test: Write test suite of `…nsistency\Autoloader`. (Ivan Enderlin, 2015-12-01T08:42:30+01:00)
46 * Test: Write test suite of `…sistency\Consistency`. (Ivan Enderlin, 2015-11-25T22:10:30+01:00)
47 * Test: Write test suite of `…onsistency\Xcallable`. (Ivan Enderlin, 2015-11-25T08:45:59+01:00)
48 * Test: Write test suite of `…onsistency\Exception`. (Ivan Enderlin, 2015-11-24T16:59:18+01:00)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DBaseTestListener.php43 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
47 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
H A DTestResult.php350 * @param PHPUnit_Framework_TestSuite $suite
352 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
355 $this->topTestSuite = $suite;
359 $listener->startTestSuite($suite);
366 * @param PHPUnit_Framework_TestSuite $suite
368 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
371 $listener->endTestSuite($suite);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php218 * @param PHPUnit_Framework_TestSuite $suite
220 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
227 * @param PHPUnit_Framework_TestSuite $suite
229 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DConfiguration.php847 $suite = new PHPUnit_Framework_TestSuite;
850 $suite->addTestSuite(
855 return $suite;
883 $suite = new PHPUnit_Framework_TestSuite(
887 $suite = new PHPUnit_Framework_TestSuite;
946 $suite->addTestFiles($files);
987 $suite->addTestFile($file);
990 return $suite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestListenerTest.php53 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
57 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DNonStatic.php4 public function suite() function in NonStatic
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DResultPrinter.php490 * @param PHPUnit_Framework_TestSuite $suite
492 public function startTestSuite(PHPUnit_Framework_TestSuite $suite) argument
495 $this->numTests = count($suite);
504 * @param PHPUnit_Framework_TestSuite $suite
506 public function endTestSuite(PHPUnit_Framework_TestSuite $suite) argument
H A DCommand.php133 $suite = $this->arguments['test'];
135 $suite = $runner->getTest(
147 $groups = $suite->getGroups();
186 $result = $runner->doRun($suite, $this->arguments, $exit);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D2972.phpt2 GH-2972: Test suite shouldn't fail when it contains both *.phpt files and unconventionally named te…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dlist-suites.phpt14 Available test suite(s):
/plugin/findologicxmlexport/vendor/sebastian/recursion-context/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-file-iterator/
H A DREADME.md9 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/
H A DREADME.md11 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DConfigurationTest.php367 $suite = $emptyConfiguration->getTestSuiteConfiguration();
368 $this->assertEmpty($suite->getGroups());
/plugin/findologicxmlexport/vendor/sebastian/comparator/
H A DREADME.md13 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-timer/
H A DREADME.md13 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A DREADME.md19 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/sebastian/environment/
H A DREADME.md14 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DREADME.md30 If you only need this library during development, for instance to run your project's test suite, th…
/plugin/jplayer/vendor/mustache/mustache/
H A DCONTRIBUTING.md10 …3. Run the test suite. We only take pull requests with passing tests, and it's great to know that …

1234