Home
last modified time | relevance | path

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

12

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
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'));
48 $suite->addTest(new self('testBeforeClassAndAfterClassAnnotations'));
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
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(
364 $this->addTest($method->invoke(null, $className));
539 $test->addTest($data, $groups);
564 $test->addTest($_test, $groups);
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
DGroupTestSuite.php33 $this->addTest($groupSuites[$group]);
51 $groupSuites[$group]->addTest($test);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
DSkeleton.php392 * @param boolean $addTest Wheter to add the test running code.
395 function writeTestClass($destination = './', $addTest = TRUE) { argument
410 if ($addTest) {
DTestSuite.php121 function addTest(&$test) { function in PHPUnit_TestSuite
144 $this->addTest(new $testClass($method));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/
DRepeatedTestTest.php19 $this->suite->addTest(new Success);
20 $this->suite->addTest(new Success);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/783/
DParentSuite.php9 $suite->addTest(ChildSuite::suite());
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/
DTestInclude.php4 $env->addTest(new \Twig\TwigTest('anonymous', function () {}));
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
DTests.php32 public function addTest($test, array $result) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests
DFacade.php129 $coverage->addTest($test);
202 $testsObject->addTest($test, $result);
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
DStagingExtension.php97 public function addTest($name, $test) function in Twig\\Extension\\StagingExtension
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/
DTestTest.php37 …$environment->addTest(new TwigTest('barbar', 'twig_tests_test_barbar', ['is_variadic' => true, 'ne…
/plugin/asciidocjs/node_modules/nunjucks/src/
Denvironment.js108 return _this.addTest(name, test);
176 _proto.addTest = function addTest(name, func) { function
/plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/
Dmod.csstransforms.min.js2 …G(),e.crosswindowmessaging=e.postmessage,e.historymanagement=e.history,e.addTest=function(a,b){a=a… function
/plugin/dev/
DSkeletor.php155 public function addTest($test = '') function in dokuwiki\\plugin\\dev\\Skeletor
Dcli.php303 $skeletor->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/src/Test/
DIntegrationTestCase.php179 $twig->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/src/
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/
DCommand.php803 $this->arguments['test']->addTest($test);
DTestRunner.php191 $suite->addTest($test);
/plugin/findologicxmlexport/vendor/twig/twig/doc/
Dadvanced.rst319 $twig->addTest($test);
335 $twig->addTest($test);
348 $twig->addTest($test);
/plugin/asciidocjs/node_modules/nunjucks/browser/
Dnunjucks-slim.js1123 return _this.addTest(name, test);
1191 _proto.addTest = function addTest(name, func) {
Dnunjucks-slim.min.js2addTest(n,i)})},r.a=function(){var t=this;this.loaders.forEach(function(n){n.cache={},"function"==… function
Dnunjucks.js2387 return _this.addTest(name, test);
2455 _proto.addTest = function addTest(name, func) {
Dnunjucks.min.js2addTest(n,r)})},i.P=function(){var t=this;this.loaders.forEach(function(n){n.cache={},"function"==… function

12