Home
last modified time | relevance | path

Searched refs:phpunit (Results 26 – 50 of 313) sorted by last modified time

12345678910>>...13

/plugin/edittable/
H A D.travis.yml20 - cd _test && ./phpunit.phar --stderr --group plugin_edittable
/plugin/advanced/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_advanced
/plugin/archivegenerator/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_archivegenerator
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/
H A DMakefile10 vendor/bin/phpunit
13 vendor/bin/phpunit --coverage-html=artifacts/coverage
/plugin/elasticsearch/
H A Dcomposer.lock34 "phpunit/phpunit": "^9.3",
89 "phpunit/phpunit": "~9.0"
148 "phpunit/phpunit": "~9.0"
199 "symfony/phpunit-bridge": "^5.1"
263 "phpunit/phpunit": "^9.5.0"
363 "phpunit/phpuni
[all...]
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Dyaml-tests.sh10 vendor/bin/phpunit -c "phpunit-yaml-${TEST_SUITE}-tests.xml
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md55 * Updated `symfony/phpunit-bridge` to `6.0` by @franmomu [#2067](https://github.com/ruflin/Elastica/pull/2067)
287 * Require phpunit >= v7.5, fixes deprecations in with PHP 7.3
1297 - Update dev builds to phpunit 4.1.*
1300 - Set processIsolation and backupGlobals to false to speed up tests. processIsolation was very slow with phpunit 4.0.19.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DREADME.md450 Each PR should include a **unit test** using [PHPUnit](https://phpunit.de/). If you are not familiar with PHPUnit you can have a look at this [reference](https://phpunit.readthedocs.io/en/7.0/).
/plugin/elasticsearch/vendor/ezimuel/ringphp/
H A DMakefile20 vendor/bin/phpunit $(TEST)
24 vendor/bin/phpunit --coverage-html=build/artifacts/coverage $(TEST)
/plugin/tagfilter/
H A D.travis.yml32 - ./phpunit.phar --group plugin_tagfilter
/plugin/bootswrapper/
H A D.travis.yml13 script: cd _test && ./phpunit.phar --stderr --group plugin_bootswrapper
/plugin/publish/
H A D.travis.yml17 script: cd _test && ./phpunit.phar --stderr --group plugin_publish
/plugin/wrap/
H A D.travis.yml
/plugin/davcal/vendor/sabre/event/
H A Dphpunit.xml.dist1 <phpunit
18 </phpunit>
H A D.travis.yml15 - ./bin/phpunit
/plugin/davcal/vendor/sabre/http/
H A D.travis.yml25 - ./bin/phpunit --configuration tests/phpunit.xml
/plugin/davcal/vendor/sabre/xml/tests/
H A Dphpunit.xml.dist1 <phpunit
17 </phpunit>
/plugin/davcal/vendor/sabre/dav/
H A D.travis.yml32 - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
H A DCONTRIBUTING.md78 To run the testsuite jump into the directory `cd tests` and trigger `phpunit`.
87 [7]: http://phpunit.de/
/plugin/davcal/vendor/sabre/uri/tests/
H A Dphpunit.xml.dist1 <phpunit
18 </phpunit>
/plugin/davcal/vendor/sabre/vobject/
H A D.travis.yml16 - phpunit --configuration tests/phpunit.xml
/plugin/davcal/vendor/sabre/xml/
H A D.travis.yml19 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/davcal/vendor/sabre/uri/
H A D.travis.yml15 - ./bin/phpunit --configuration tests/phpunit.xml.dist
/plugin/actionrenderer/
H A D.travis.yml15 script: cd _test && ./phpunit.phar --stderr --group plugin_actionrenderer
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/
H A DREADME.md95 vendor/bin/phpunit --verbose --configuration tests/phpunit.xml

12345678910>>...13