Home
last modified time | relevance | path

Searched refs:runner (Results 1 – 25 of 40) sorted by relevance

12

/plugin/deletepageguard/tests/
H A Dtest_runner.php64 $runner = new TestRunner(); variable
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 DREADME.md74 $runner->addTest('Test Description', function() {
88 The runner exits with code 0 on success, 1 on failure (suitable for CI/CD).
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DLdapServer.php62 protected $runner; variable in FreeDSx\\Ldap\\LdapServer
77 $this->runner = $serverRunner;
102 $this->runner()->run($socketServer);
192 private function runner(): ServerRunnerInterface function in FreeDSx\\Ldap\\LdapServer
194 if (!$this->runner) {
195 $this->runner = new PcntlServerRunner($this->options);
198 return $this->runner;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Runner/
DBaseTestRunnerTest.php15 $runner = new MockRunner;
16 $runner->getTest('NonStatic');
/plugin/authgooglesheets/vendor/google/apiclient/src/Http/
DREST.php55 $runner = new Runner(
63 $runner->setRetryMap($retryMap);
66 return $runner->run();
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
Dphpt-external.phpt2 GH-1436: PHPT runner doesn't handle external files.
Dphpt-args.phpt2 PHPT runner supports ARGS section
Dphpt-stdin.phpt2 PHPT runner supports STDIN section
Dphpt-env.phpt2 PHPT runner should support ENV section
Dphpt-stderr.phpt2 GH-1169: PHPT runner doesn't look at STDERR.
Dphpt-xfail.phpt2 PHPT runner supports XFAIL section
/plugin/combo/resources/theme/default/pages/partials/
H A Dbody-beforeend-partial.hbs4 {{{ task-runner-html }}}
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
Dphpt-xfail.phpt2 PHPT runner supports XFAIL section
/plugin/asciidocjs/node_modules/clean-css/lib/
Dclean.js114 return runner(context.localOnly)(function () {
131 function runner(localOnly) { function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
DCommand.php129 $runner = $this->createRunner();
135 $suite = $runner->getTest(
186 $result = $runner->doRun($suite, $this->arguments, $exit);
/plugin/asciidocjs/node_modules/pug-filters/node_modules/source-map/
DCHANGELOG.md188 * Fixed test runner to actually report number of failed tests as its process
205 * Extend the test runner to allow running single specific test files at a time.
/plugin/asciidocjs/node_modules/source-map/
DCHANGELOG.md188 * Fixed test runner to actually report number of failed tests as its process
205 * Extend the test runner to allow running single specific test files at a time.
/plugin/sequencediagram/bower_components/lodash/test/
Dsaucelabs.js80 runner = getOption('runner', 'test/index.html').replace(/^\W+/, ''), variable
81 runnerUrl = getOption('runnerUrl', 'http://localhost:' + port + '/' + runner),
/plugin/combo/
H A Dyarn.lock97 "@vitest/runner@1.6.1":
99 resolved "https://registry.npmjs.org/@vitest/runner/-/runner-1.6.1.tgz"
894 "@vitest/runner" "1.6.1"
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
DCHANGELOG.md329 - [TEST] Fix teardown in yaml runner [[098030e]](http://github.com/elasticsearch/elasticsearch-php/…
370 - [TEST] Add support for `bad_request` in yaml runner [[ad86f91]](http://github.com/elasticsearch/e…
415 - [TEST] Support headers in yaml runner, do some bad-comment cleaning [[57b5489]](http://github.com…
/plugin/dropfiles/
Dyarn.lock1661 loader-runner@^2.3.0:
1663 …resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921…
2944 loader-runner "^2.3.0"
/plugin/sequencediagram/bower_components/raphael/
Dyarn.lock1536 loader-runner@^2.3.0:
1538 …resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921…
2777 loader-runner "^2.3.0"
/plugin/asciidocjs/node_modules/clean-css/
DREADME.md705 * [Start](https://github.com/start-runner/start): [start-clean-css](https://github.com/start-runner
/plugin/fetchmedia/
Dyarn.lock2030 loader-runner@^2.3.0:
2032 …resolved "https://registry.yarnpkg.com/loader-runner/-/loader-runner-2.3.0.tgz#f482aea82d543e07921…
3118 loader-runner "^2.3.0"
/plugin/asciidocjs/node_modules/acorn/
DREADME.md341 The command-line test runner (`npm test`) uses the ES6 modules. The

12