Home
last modified time | relevance | path

Searched refs:tests (Results 201 – 225 of 323) sorted by relevance

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dtestdox-exclude-group.phpt25 OK (2 tests, 0 assertions)
H A Dcustom-printer-debug.phpt26 OK (3 tests, 3 assertions)
H A Dcustom-printer-verbose.phpt30 OK, but incomplete, skipped, or risky tests!
H A Ddependencies.phpt29 There were 3 skipped tests:
H A Ddependencies-isolation.phpt30 There were 3 skipped tests:
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md22 - Fixed warning header as array in YAML tests generator
49 - Refactored the YAML tests using generated PHPUnit code
228 - Improved the speed of integration tests removing snapshots delete from `YamlRunnerTest::clean`
230 - Reduced the number of skipping YAML integration tests from 20 to 6
279 - Fix tests for PHP 7 with ES 6.7 [[5401479](https://github.com/elastic/elasticsearch-php/pull/884/commits/5401479)
303 - Fix integration tests using docker [#867](https://github.com/elastic/elasticsearch-php/pull/867)
331 - [TEST] Blacklist some bad yml tests [[d5edab7]](http://github.com/elasticsearch/elasticsearch-php/commit/d5edab7)
366 - [TEST] Fix some PHPCS violations in tests [[18a38dd]](http://github.com/elasticsearch/elasticsearch-php/commit/18a38dd)
369 - [TEST] Use tests from corresponding ES version (#649) [[75c6680]](http://github.com/elasticsearch/elasticsearch-php/commit/75c6680)
402 - [TEST] Allow skipping individual tests insid
[all...]
/plugin/data-au/_test/
H A Dsyntax_plugin_data_entry.test.php65 'tests' => '#5 done',
274 'title' => 'tests',
385 'tests' => '#5 done',
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1348.phpt12 $_SERVER['argv'][] = '--report-useless-tests';
/plugin/findologicxmlexport/vendor/sebastian/object-enumerator/
H A D.php_cs5 ->in('tests')
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs5 ->in('tests')
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/
H A D.php_cs5 ->in('tests')
/plugin/mdpage/vendor/cebe/markdown/tests/
H A DGithubMarkdownTest.php8 namespace cebe\markdown\tests;
/plugin/findologicxmlexport/vendor/findologic/libflexport/
H A D.travis.yml29 - php-cs-fixer fix --dry-run tests
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A D.php_cs5 ->in('tests')
/plugin/pureldap/vendor/freedsx/socket/
H A DCHANGELOG.md27 * More strict tests / checks / handling in different spots.
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A DREADME.md58 [from:SebastianBergmann\Diff\Diff:private] => a/tests/MoneyTest.php
59 [to:SebastianBergmann\Diff\Diff:private] => b/tests/MoneyTest.php
/plugin/combo/vendor/dragonmantank/cron-expression/
H A DREADME.md70 - PHPUnit is required to run the unit tests
71 - Composer is required to run the unit tests
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md141 To execute tests, run `composer test` from the command line while in the mPDF root directory.
143 Any assistance writing unit tests for mPDF is greatly appreciated. If you'd like to help, please
144 note that any PHP file located in the `/tests/` directory will be autoloaded when unit testing.
/plugin/aichat/vendor/erusev/parsedown/
H A DREADME.md12 [Tests](http://parsedown.org/tests/) |
78 It passes most of the CommonMark tests. Most of the tests that don't pass deal with cases that are quite uncommon. Still, as CommonMark matures, compliance should improve.
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/
H A DTestSuite.php240 function &tests() { function in PHPUnit_TestSuite
/plugin/findologicxmlexport/vendor/twig/twig/src/
H A DEnvironment.php64 protected $tests; variable in Twig\\Environment
1250 return $this->tests;
1268 if (isset($this->tests[$name])) {
1269 return $this->tests[$name];
1272 foreach ($this->tests as $pattern => $test) {
1537 $this->tests = [];
1585 $this->tests[$name] = $test;
/plugin/noiewarning/
H A DREADME13 ryan.gulix.cl/tests.doku/binky/
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A Deasy-coding-standard.neon31 - */tests/**
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/
H A DREADME.md16 style guidelines. Please include unit tests whenever possible.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A DDockerfile37 CMD ["bash", ".ci/yaml-tests.sh"

12345678910>>...13