From 203812604f83d9c6f983358bda3aeecacb6b61d0 Mon Sep 17 00:00:00 2001 From: Sebastian Bergmann Date: Wed, 20 Dec 2023 07:49:48 +0100 Subject: [PATCH] Make test portable --- tests/end-to-end/logging/teamcity-data-provider.phpt | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/end-to-end/logging/teamcity-data-provider.phpt b/tests/end-to-end/logging/teamcity-data-provider.phpt index 9caf5563425..9675591718d 100644 --- a/tests/end-to-end/logging/teamcity-data-provider.phpt +++ b/tests/end-to-end/logging/teamcity-data-provider.phpt @@ -18,17 +18,17 @@ Runtime: %s ##teamcity[testCount count='2' flowId='%d'] -##teamcity[testSuiteStarted name='PHPUnit\TestFixture\TeamCity\DataProviderTest' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest' flowId='%d'] +##teamcity[testSuiteStarted name='PHPUnit\TestFixture\TeamCity\DataProviderTest' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest' flowId='%d'] -##teamcity[testSuiteStarted name='testOne' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne' flowId='%d'] +##teamcity[testSuiteStarted name='testOne' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne' flowId='%d'] -##teamcity[testStarted name='testOne with data set #0' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #0' flowId='%d'] +##teamcity[testStarted name='testOne with data set #0' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #0' flowId='%d'] ##teamcity[testFinished name='testOne with data set #0' duration='%d' flowId='%d'] -##teamcity[testStarted name='testOne with data set #1' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1' flowId='%d'] +##teamcity[testStarted name='testOne with data set #1' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1' flowId='%d'] -##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='/%sDataProviderTest.php:28|n' duration='%d' flowId='%d'] +##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='%sDataProviderTest.php:28|n' duration='%d' flowId='%d'] ##teamcity[testFinished name='testOne with data set #1' duration='%d' flowId='%d'] @@ -42,7 +42,7 @@ There was 1 failure: 1) PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1 (false) Failed asserting that false is true. -/%sDataProviderTest.php:28 +%sDataProviderTest.php:28 FAILURES! Tests: 2, Assertions: 2, Failures: 1.