/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
H A D | SuiteTest.php | 39 $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 D | TestSuite.php | 162 $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 D | GroupTestSuite.php | 33 $this->addTest($groupSuites[$group]); 51 $groupSuites[$group]->addTest($test);
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/ |
H A D | RepeatedTestTest.php | 19 $this->suite->addTest(new Success); 20 $this->suite->addTest(new Success);
|
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
H A D | Skeleton.php | 392 * @param boolean $addTest Wheter to add the test running code. 395 function writeTestClass($destination = './', $addTest = TRUE) { argument 410 if ($addTest) {
|
H A D | TestSuite.php | 121 function addTest(&$test) { function in PHPUnit_TestSuite 144 $this->addTest(new $testClass($method));
|
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/783/ |
H A D | ParentSuite.php | 9 $suite->addTest(ChildSuite::suite());
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/ |
H A D | TestInclude.php | 4 $env->addTest(new \Twig\TwigTest('anonymous', function () {}));
|
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/ |
H A D | Tests.php | 32 public function addTest($test, array $result) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests
|
H A D | Facade.php | 129 $coverage->addTest($test); 202 $testsObject->addTest($test, $result);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
H A D | StagingExtension.php | 97 public function addTest($name, $test) function in Twig\\Extension\\StagingExtension
|
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
H A D | TestTest.php | 37 …$environment->addTest(new TwigTest('barbar', 'twig_tests_test_barbar', ['is_variadic' => true, 'ne…
|
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
H A D | mod.csstransforms.min.js | 2 …G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=function(a,b){a=a… function
|
/plugin/dev/ |
H A D | Skeletor.php | 155 public function addTest($test = '') function in dokuwiki\\plugin\\dev\\Skeletor
|
H A D | cli.php | 33 $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 D | IntegrationTestCase.php | 179 $twig->addTest($test);
|
/plugin/findologicxmlexport/vendor/twig/twig/src/ |
H A D | Environment.php | 1217 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 D | Command.php | 803 $this->arguments['test']->addTest($test);
|
H A D | TestRunner.php | 191 $suite->addTest($test);
|
/plugin/findologicxmlexport/vendor/twig/twig/doc/ |
H A D | advanced.rst | 319 $twig->addTest($test); 335 $twig->addTest($test); 348 $twig->addTest($test);
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
H A D | CHANGELOG | 692 …* changed the way extensions are loaded (addFilter/addFunction/addGlobal/addTest/addNodeVisitor/ad…
|