📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-03 19:21:51
📂
/ (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: log-teamcity-invalid-socket.phpt
Writable
--TEST-- Test runner emits warning when --log-teamcity is used with an invalid socket --FILE-- <?php declare(strict_types=1); $_SERVER['argv'][] = '--do-not-cache-result'; $_SERVER['argv'][] = '--no-configuration'; $_SERVER['argv'][] = '--log-teamcity'; $_SERVER['argv'][] = 'socket://hostname:port:wrong'; $_SERVER['argv'][] = __DIR__ . '/../_files/basic/SuccessTest.php'; require_once __DIR__ . '/../../bootstrap.php'; (new PHPUnit\TextUI\Application)->run($_SERVER['argv']); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. Runtime: %s . 1 / 1 (100%) Time: %s, Memory: %s There was 1 PHPUnit test runner warning: 1) Cannot log test results in TeamCity format to "socket://hostname:port:wrong": "socket://hostname:port:wrong" does not match "socket://hostname:port" format WARNINGS! Tests: 1, Assertions: 1, Warnings: 1.
💾 Save Changes
❌ Cancel