| /plugin/deletepageguard/tests/ |
| H A D | test_runner.php | 21 public function addTest($name, $callback) { function in TestRunner 67 $runner->addTest('Pattern Validation - Valid Simple Pattern', function() { 73 $runner->addTest('Pattern Validation - Valid Complex Pattern', function() { 79 $runner->addTest('Pattern Validation - Valid Namespace Pattern', function() { 86 $runner->addTest('Pattern Validation - Invalid Syntax', function() { 92 $runner->addTest('Pattern Validation - ReDoS Protection', function() { 98 $runner->addTest('Pattern Validation - Another ReDoS Pattern', function() { 104 $runner->addTest('Pattern Validation - ReDoS Simple Plus Pattern', function() { 110 $runner->addTest('Pattern Validation - ReDoS Simple Star Pattern', function() { 116 $runner->addTest('Pattern Validation - Length Limit', function() { [all …]
|
| H A D | README.md | 74 $runner->addTest('Test Description', function() {
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/ |
| 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')); 48 $suite->addTest(new self('testBeforeClassAndAfterClassAnnotations')); [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/ |
| 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( 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/ |
| D | GroupTestSuite.php | 33 $this->addTest($groupSuites[$group]); 51 $groupSuites[$group]->addTest($test);
|
| /plugin/freechat/phpfreechat/lib/pear/PHPUnit/ |
| D | Skeleton.php | 392 * @param boolean $addTest Wheter to add the test running code. 395 function writeTestClass($destination = './', $addTest = TRUE) { argument 410 if ($addTest) {
|
| D | TestSuite.php | 121 function addTest(&$test) { function in PHPUnit_TestSuite 144 $this->addTest(new $testClass($method));
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Extensions/ |
| D | RepeatedTestTest.php | 19 $this->suite->addTest(new Success); 20 $this->suite->addTest(new Success);
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/Trac/783/ |
| D | ParentSuite.php | 9 $suite->addTest(ChildSuite::suite());
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/PHP53/ |
| D | TestInclude.php | 4 $env->addTest(new \Twig\TwigTest('anonymous', function () {}));
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/ |
| D | Tests.php | 32 public function addTest($test, array $result) function in SebastianBergmann\\CodeCoverage\\Report\\Xml\\Tests
|
| D | Facade.php | 129 $coverage->addTest($test); 202 $testsObject->addTest($test, $result);
|
| /plugin/dev/www/ |
| D | PluginWizard.php | 35 if (!empty($_POST['use_test'])) $skeletor->addTest();
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Extension/ |
| D | StagingExtension.php | 97 public function addTest($name, $test) function in Twig\\Extension\\StagingExtension
|
| /plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Node/Expression/ |
| D | TestTest.php | 37 …$environment->addTest(new TwigTest('barbar', 'twig_tests_test_barbar', ['is_variadic' => true, 'ne…
|
| /plugin/asciidocjs/node_modules/nunjucks/src/ |
| D | environment.js | 108 return _this.addTest(name, test); 176 _proto.addTest = function addTest(name, func) { function
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/js/ |
| 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/ |
| D | Skeletor.php | 155 public function addTest($test = '') function in dokuwiki\\plugin\\dev\\Skeletor
|
| D | cli.php | 315 $skeletor->addTest($test);
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/Test/ |
| D | IntegrationTestCase.php | 179 $twig->addTest($test);
|
| /plugin/findologicxmlexport/vendor/twig/twig/src/ |
| 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/ |
| D | Command.php | 803 $this->arguments['test']->addTest($test);
|
| D | TestRunner.php | 191 $suite->addTest($test);
|
| /plugin/findologicxmlexport/vendor/twig/twig/doc/ |
| D | advanced.rst | 319 $twig->addTest($test); 335 $twig->addTest($test); 348 $twig->addTest($test);
|
| /plugin/asciidocjs/node_modules/nunjucks/browser/ |
| D | nunjucks-slim.js | 1123 return _this.addTest(name, test); 1191 _proto.addTest = function addTest(name, func) {
|