Home
last modified time | relevance | path

Searched refs:tests (Results 176 – 200 of 323) sorted by last modified time

12345678910>>...13

/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Xml/
H A DFacade.php121 foreach ($file->getCoverageData() as $line => $tests) {
122 if (!is_array($tests) || count($tests) == 0) {
128 foreach ($tests as $test) {
193 private function processTests(array $tests) argument
197 foreach ($tests as $test => $result) {
H A DProject.php50 'tests'
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/
H A D1149.phpt20 OK (2 tests, 2 assertions)
H A D1335.phpt19 OK (12 tests, 12 assertions)
H A D1337.phpt19 OK (2 tests, 2 assertions)
H A D1570.phpt19 OK, but incomplete, skipped, or risky tests!
H A D2366.phpt19 OK (2 tests, 2 assertions)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/
H A Ddebug.phpt25 OK (3 tests, 3 assertions)
H A Ddefault.phpt18 OK (3 tests, 3 assertions)
H A Ddependencies.phpt29 There were 3 skipped tests:
H A Ddependencies2-isolation.phpt19 OK (2 tests, 5 assertions)
H A Dfilter-method-case-sensitive-no-result.phpt20 No tests executed!
H A Dlog-json-post-66021.phpt29 "tests": 3
73 OK (3 tests, 3 assertions)
H A Dlog-junit.phpt2 phpunit --log-junit php://stdout --report-useless-tests StatusTest ../_files/StatusTest.php
8 $_SERVER['argv'][4] = '--report-useless-tests';
20 …<testsuite name="StatusTest" file="%s/StatusTest.php" tests="4" assertions="2" failures="1" errors…
H A Dlog-tap.phpt27 OK (3 tests, 3 assertions)
H A Dstop-on-warning-via-cli.phpt2 phpunit --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarningTestSuite.php
22 No tests found in class "NoTestCases".
H A Dstop-on-warning-via-config.phpt2 …figuration_stop_on_warning.xml --stop-on-warning StopOnWarningTestSuite ./tests/_files/StopOnWarni…
23 No tests found in class "NoTestCases".
H A Dtest-suffix-single.phpt19 OK (3 tests, 3 assertions)
H A Dtestdox-exclude-group.phpt25 OK (2 tests, 0 assertions)
H A Dtestdox-group.phpt25 OK (2 tests, 0 assertions)
H A Dtestdox-html.phpt56 OK (3 tests, 3 assertions)
H A Dtestdox-text.phpt24 OK (3 tests, 3 assertions)
H A Dtestdox-xml.phpt6 $_SERVER['argv'][2] = '--report-useless-tests';
18 <tests>
26 </tests>
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A D.php_cs5 ->in('tests')
/plugin/findologicxmlexport/vendor/sebastian/diff/
H A D.php_cs77 ->in(__DIR__ . '/tests')

12345678910>>...13