Home
last modified time | relevance | path

Searched refs:addTest (Results 1 – 21 of 21) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DSuiteTest.php39 $suite->addTest(new self('testAddTestSuite'));
40 $suite->addTest(new self('testInheritedTests'));
41 $suite->addTest(new self('testNoTestCases'));
42 $suite->addTest(new self('testNoTestCaseClass'));
43 $suite->addTest(new self('testNotExistingTestCase'));
44 $suite->addTest(new self('testNotPublicTestCase'));
45 $suite->addTest(new self('testNotVoidTestCase'));
46 $suite->addTest(new self('testOneTestCase'));
47 $suite->addTest(new self('testShadowedTests'));
50 $suite->addTest(new self('testBeforeAnnotation'));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestSuite.php162 $this->addTest(
179 $this->addTest(
208 public function addTest(PHPUnit_Framework_Test $test, $groups = []) function in PHPUnit_Framework_TestSuite
260 $this->addTest($testClass);
271 $this->addTest(
281 $this->addTest(new self($testClass));
307 $this->addTest(
539 $test->addTest($data, $groups);
564 $test->addTest($_test, $groups);
847 $this->addTest(
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DGroupTestSuite.php33 $this->addTest($groupSuites[$group]);
51 $groupSuites[$group]->addTest($test);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
H A DRepeatedTestTest.php19 $this->suite->addTest(new Success);
20 $this->suite->addTest(new Success);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DSkeleton.php392 * @param boolean $addTest Wheter to add the test running code.
395 function writeTestClass($destination = './', $addTest = TRUE) { argument
410 if ($addTest) {
H A DTestSuite.php121 function addTest(&$test) { function in PHPUnit_TestSuite
144 $this->addTest(new $testClass($method));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/783/
H A DParentSuite.php9 $suite->addTest(ChildSuite::suite());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
H A DTestInclude.php4 $env->addTest(new \Twig\TwigTest('anonymous', function () {}));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DTests.php32 public function addTest($test, array $result) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests
H A DFacade.php129 $coverage->addTest($test);
202 $testsObject->addTest($test, $result);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DStagingExtension.php97 public function addTest($name, $test) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
H A DTestTest.php37 …$environment->addTest(new TwigTest('barbar', 'twig_tests_test_barbar', ['is_variadic' => true, 'ne…
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
H A Dmod.csstransforms.min.js2 …G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=function(a,b){a=a… function
/plugin/dev/
H A DSkeletor.php155 public function addTest($test = '') function in dokuwiki\\plugin\\dev\\Skeletor
H A Dcli.php33 $options->registerCommand('addTest', 'Add the testing framework files and a test. (_test/)');
35 'addTest');
98 case 'addTest':
303 $skeletor->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
H A DIntegrationTestCase.php179 $twig->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php1217 public function addTest($name, $test = null) function in Twig\\Environment
1234 $this->staging->addTest($name, $test);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php803 $this->arguments['test']->addTest($test);
H A DTestRunner.php191 $suite->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dadvanced.rst319 $twig->addTest($test);
335 $twig->addTest($test);
348 $twig->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG692 …* changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/ad…