Home
last modified time | relevance | path

Searched refs:STATUS_PASSED (Results 1 – 6 of 6) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/
H A DBaseTestRunner.php16 const STATUS_PASSED = 0; define in PHPUnit_Runner_BaseTestRunner
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php47 $this->assertEquals(PHPUnit_Runner_BaseTestRunner::STATUS_PASSED, $test->getStatus());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DTicketListener.php131 if ($test->getStatus() == PHPUnit_Runner_BaseTestRunner::STATUS_PASSED) {
152 if ($test->getStatus() == PHPUnit_Runner_BaseTestRunner::STATUS_PASSED) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php926 $this->status = PHPUnit_Runner_BaseTestRunner::STATUS_PASSED;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/TestDox/
H A DResultPrinter.php276 $this->testStatus = PHPUnit_Runner_BaseTestRunner::STATUS_PASSED;
292 if ($this->testStatus == PHPUnit_Runner_BaseTestRunner::STATUS_PASSED) {
300 if ($this->testStatus == PHPUnit_Runner_BaseTestRunner::STATUS_PASSED) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md163 …astianbergmann/phpunit/issues/2424): `TestCase::getStatus()` returns `STATUS_PASSED` instead of `S…