Home
last modified time | relevance | path

Searched refs:phpunit (Results 176 – 200 of 313) sorted by path

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Dforward-compatibility.phpt2 phpunit BankAccountTest ../_files/BankAccountTest.php
H A Dgroup-isolation.phpt2 phpunit --process-isolation --group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTes…
H A Dgroup.phpt2 phpunit --group balanceIsInitiallyZero BankAccountTest ../_files/BankAccountTest.php
H A Dhelp.phpt2 phpunit
12 Usage: phpunit [options] UnitTest [UnitTest.php]
13 phpunit [options] <directory>
88 --no-configuration Ignore default configuration file (phpunit.xml).
H A Dhelp2.phpt2 phpunit --help
13 Usage: phpunit [options] UnitTest [UnitTest.php]
14 phpunit [options] <directory>
89 --no-configuration Ignore default configuration file (phpunit.xml).
H A Dini-isolation.phpt2 phpunit --process-isolation -d default_mimetype=application/x-test IniTest ../_files/IniTest.php
H A Dlist-groups.phpt2 phpunit --list-groups BankAccountTest ../_files/BankAccountTest.php
H A Dlist-suites.phpt2 phpunit --list-suites --configuration=__DIR__.'/../_files/configuration.suites.xml'
H A Dlog-json-post-66021.phpt2 phpunit --log-json php://stdout BankAccountTest ../_files/BankAccountTest.php
H A Dlog-junit.phpt2 phpunit --log-junit php://stdout --report-useless-tests StatusTest ../_files/StatusTest.php
H A Dlog-tap.phpt2 phpunit --log-tap php://stdout BankAccountTest ../_files/BankAccountTest.php
H A Dlog-teamcity.phpt2 phpunit --log-teamcity php://stdout BankAccountTest ../_files/BankAccountTest.php
H A Dmycommand.phpt2 phpunit BankAccountTest ../_files/BankAccountTest.php
H A Doptions-after-arguments.phpt2 phpunit BankAccountTest ../_files/BankAccountTest.php --colors
H A Doutput-isolation.phpt2 phpunit --process-isolation --filter testExpectOutputStringFooActualFoo ../_files/OutputTestCase.php
H A Dphar-extension-suppressed.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
H A Dphar-extension.phpt2 phpunit --configuration tests/_files/phpunit-example-extension
6 $_SERVER['argv'][2] = __DIR__ . '/../_files/phpunit-example-extension';
14 Configuration: %s/phpunit-example-extension/phpunit.xml
15 Extension: %s/phpunit-example-extension/tools/phpunit.d/phpunit-example-extension-1.0.0.phar
H A Drepeat.phpt2 phpunit --repeat 3 BankAccountTest ../_files/BankAccountTest.php
H A Dreport-useless-tests-incomplete.phpt2 phpunit --report-useless-tests IncompleteTest ../_files/IncompleteTest.php
H A Dreport-useless-tests-isolation.phpt2 phpunit --report-useless-tests --process-isolation IncompleteTest ../_files/IncompleteTest.php
H A Dreport-useless-tests.phpt2 phpunit --report-useless-tests NothingTest ../_files/NothingTest.php
H A Dstop-on-warning-via-cli.phpt2 phpunit --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
H A Dstop-on-warning-via-config.phpt2 phpunit -c ../_files/configuration_stop_on_warning.xml --stop-on-warning StopOnWarningTestSuite ./t…
H A Dtap.phpt2 phpunit --tap BankAccountTest ../_files/BankAccountTest.php
H A Dteamcity-inner-exceptions.phpt2 phpunit --teamcity ExceptionStackTest ../_files/ExceptionStackTest.php

12345678910>>...13