Home
last modified time | relevance | path

Searched refs:phpunit (Results 101 – 125 of 313) sorted by last modified time

12345678910>>...13

/plugin/bureaucracy-au/
H A D.travis.yml12 - ./phpunit.phar --group plugin_bureaucracy
/plugin/swarmwebhook/
H A D.travis.yml21 …- phpunit --configuration=../lib/plugins/swarmwebhook/phpunit.xml --group plugin_swarmwebhook --co…
/plugin/authphpbb3/
H A D.travis.yml12 script: cd _test && phpunit --stderr --group plugin_authphpbb3
/plugin/findologicxmlexport/vendor/jms/serializer/.travis/
H A Dscript_test.sh3 vendor/bin/phpunit $PHPUNIT_FLAGS
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md24 Please try to add a test for your pull-request. This project uses [PHPUnit](https://phpunit.de/) as…
26 You can run the unit-tests by calling `vendor/bin/phpunit`.
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/
H A D.travis.yml25 script: vendor/phpunit/phpunit/phpunit $PHPUNIT_FLAGS
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1437.phpt2 https://github.com/sebastianbergmann/phpunit/issues/1437
H A D322.phpt2 GH-322: group commandline option should override group/exclude setting in phpunit.xml
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dabstract-test-class.phpt2 phpunit AbstractTest ../_files/AbstractTest.php
H A Dassertion.phpt2 phpunit AssertionExampleTest ../_files/AssertionExampleTest.php
H A Dcode-coverage-ignore.phpt2 phpunit --colors=never --coverage-text=php://stdout IgnoreCodeCoverageClassTest ../_files/IgnoreCod…
H A Dcolors-always.phpt2 phpunit --colors=always BankAccountTest ../_files/BankAccountTest.php
H A Ddataprovider-issue-2833.phpt2 phpunit ../_files/DataProviderIssue2833
H A Ddataprovider-issue-2859.phpt2 phpunit -c ../_files/DataProviderIssue2859/phpunit.xml
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/DataProviderIssue2859/phpunit.xml';
H A Ddataprovider-log-xml-isolation.phpt2 phpunit --process-isolation --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
H A Ddataprovider-log-xml.phpt2 phpunit --log-junit php://stdout DataProviderTest ../_files/DataProviderTest.php
H A Ddefault-isolation.phpt2 phpunit --process-isolation BankAccountTest ../_files/BankAccountTest.php
H A Ddependencies-clone.phpt2 phpunit --verbose ClonedDependencyTest ../_files/ClonedDependencyTest.php
H A Ddependencies-isolation.phpt2 phpunit --process-isolation --verbose DependencyTestSuite ../_files/DependencyTestSuite.php
H A Ddisable-code-coverage-ignore.phpt2 phpunit --colors=never --coverage-text=php://stdout --disable-coverage-ignore IgnoreCodeCoverageCla…
H A Dempty-testcase.phpt2 phpunit EmptyTestCaseTest ../_files/EmptyTestCaseTest.php
H A Dexception-stack.phpt2 phpunit ExceptionStackTest ../_files/ExceptionStackTest.php
H A Dexclude-group.phpt2 phpunit --exclude-group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php
H A Dfailure-isolation.phpt2 phpunit --process-isolation FailureTest ../_files/FailureTest.php
H A Dfailure-reverse-list.phpt2 phpunit --reverse-list FailureTest ../_files/FailureTest.php

12345678910>>...13