📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-04 00:39:20
📂
/ (Root)
/
home
/
orkouolp
/
web
/
testing.orkobd
/
laravel
/
vendor
/
phpunit
/
phpunit
/
tests
/
end-to-end
/
logging
📍 /home/orkouolp/web/testing.orkobd/laravel/vendor/phpunit/phpunit/tests/end-to-end/logging
🔄 Refresh
✏️
Editing: teamcity-file.phpt
Writable
--TEST-- phpunit --teamcity ../../basic/unit/StatusTest.php --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--teamcity'; $_SERVER['argv'][] = __DIR__ . '/../_files/basic/unit/StatusTest.php'; require_once __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Runtime: %s ##teamcity[testCount count='13' flowId='%d'] ##teamcity[testSuiteStarted name='PHPUnit\TestFixture\Basic\StatusTest' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest' flowId='%d'] ##teamcity[testStarted name='testSuccess' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testSuccess' flowId='%d'] ##teamcity[testFinished name='testSuccess' duration='%d' flowId='%d'] ##teamcity[testStarted name='testFailure' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testFailure' flowId='%d'] ##teamcity[testFailed name='testFailure' message='Failed asserting that false is true.' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testFailure' duration='%d' flowId='%d'] ##teamcity[testStarted name='testError' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testError' flowId='%d'] ##teamcity[testFailed name='testError' message='RuntimeException' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testError' duration='%d' flowId='%d'] ##teamcity[testStarted name='testIncomplete' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testIncomplete' flowId='%d'] ##teamcity[testIgnored name='testIncomplete' message='' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testIncomplete' duration='%d' flowId='%d'] ##teamcity[testStarted name='testSkipped' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testSkipped' flowId='%d'] ##teamcity[testIgnored name='testSkipped' message='' duration='%d' flowId='%d'] ##teamcity[testFinished name='testSkipped' duration='%d' flowId='%d'] ##teamcity[testStarted name='testRisky' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testRisky' flowId='%d'] ##teamcity[testFailed name='testRisky' message='This test did not perform any assertions' details='' duration='%d' flowId='%d'] ##teamcity[testFinished name='testRisky' duration='%d' flowId='%d'] ##teamcity[testStarted name='testSuccessWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testSuccessWithMessage' flowId='%d'] ##teamcity[testFinished name='testSuccessWithMessage' duration='%d' flowId='%d'] ##teamcity[testStarted name='testFailureWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testFailureWithMessage' flowId='%d'] ##teamcity[testFailed name='testFailureWithMessage' message='failure with custom message|nFailed asserting that false is true.' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testFailureWithMessage' duration='%d' flowId='%d'] ##teamcity[testStarted name='testErrorWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testErrorWithMessage' flowId='%d'] ##teamcity[testFailed name='testErrorWithMessage' message='RuntimeException: error with custom message' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testErrorWithMessage' duration='%d' flowId='%d'] ##teamcity[testStarted name='testIncompleteWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testIncompleteWithMessage' flowId='%d'] ##teamcity[testIgnored name='testIncompleteWithMessage' message='incomplete with custom message' details='%sStatusTest.php:%d|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testIncompleteWithMessage' duration='%d' flowId='%d'] ##teamcity[testIgnored name='testSkippedByMetadata' message='PHP > 9000 is required.' duration='%d' flowId='%d'] ##teamcity[testStarted name='testSkippedWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testSkippedWithMessage' flowId='%d'] ##teamcity[testIgnored name='testSkippedWithMessage' message='skipped with custom message' duration='%d' flowId='%d'] ##teamcity[testFinished name='testSkippedWithMessage' duration='%d' flowId='%d'] ##teamcity[testStarted name='testRiskyWithMessage' locationHint='php_qn://%sStatusTest.php::\PHPUnit\TestFixture\Basic\StatusTest::testRiskyWithMessage' flowId='%d'] ##teamcity[testFailed name='testRiskyWithMessage' message='This test did not perform any assertions' details='' duration='%d' flowId='%d'] ##teamcity[testFinished name='testRiskyWithMessage' duration='%d' flowId='%d'] ##teamcity[testSuiteFinished name='PHPUnit\TestFixture\Basic\StatusTest' flowId='%d'] Time: %s, Memory: %s There were 2 errors: 1) PHPUnit\TestFixture\Basic\StatusTest::testError RuntimeException: %s%eStatusTest.php:%d 2) PHPUnit\TestFixture\Basic\StatusTest::testErrorWithMessage RuntimeException: error with custom message %s%eStatusTest.php:%d -- There were 2 failures: 1) PHPUnit\TestFixture\Basic\StatusTest::testFailure Failed asserting that false is true. %s%eStatusTest.php:%d 2) PHPUnit\TestFixture\Basic\StatusTest::testFailureWithMessage failure with custom message Failed asserting that false is true. %s%eStatusTest.php:%d -- There were 2 risky tests: 1) PHPUnit\TestFixture\Basic\StatusTest::testRisky This test did not perform any assertions %s%eStatusTest.php:%d 2) PHPUnit\TestFixture\Basic\StatusTest::testRiskyWithMessage This test did not perform any assertions %s%eStatusTest.php:%d ERRORS! Tests: 13, Assertions: 4, Errors: 2, Failures: 2, Skipped: 3, Incomplete: 2, Risky: 2.
💾 Save Changes
❌ Cancel