Skip to content

Commit 2038126

Browse files
Make test portable
1 parent c9752ec commit 2038126

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/end-to-end/logging/teamcity-data-provider.phpt

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ Runtime: %s
1818

1919
##teamcity[testCount count='2' flowId='%d']
2020

21-
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\TeamCity\DataProviderTest' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest' flowId='%d']
21+
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\TeamCity\DataProviderTest' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest' flowId='%d']
2222

23-
##teamcity[testSuiteStarted name='testOne' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne' flowId='%d']
23+
##teamcity[testSuiteStarted name='testOne' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne' flowId='%d']
2424

25-
##teamcity[testStarted name='testOne with data set #0' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #0' flowId='%d']
25+
##teamcity[testStarted name='testOne with data set #0' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #0' flowId='%d']
2626

2727
##teamcity[testFinished name='testOne with data set #0' duration='%d' flowId='%d']
2828

29-
##teamcity[testStarted name='testOne with data set #1' locationHint='php_qn:///%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1' flowId='%d']
29+
##teamcity[testStarted name='testOne with data set #1' locationHint='php_qn://%sDataProviderTest.php::\PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1' flowId='%d']
3030

31-
##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='/%sDataProviderTest.php:28|n' duration='%d' flowId='%d']
31+
##teamcity[testFailed name='testOne with data set #1' message='Failed asserting that false is true.' details='%sDataProviderTest.php:28|n' duration='%d' flowId='%d']
3232

3333
##teamcity[testFinished name='testOne with data set #1' duration='%d' flowId='%d']
3434

@@ -42,7 +42,7 @@ There was 1 failure:
4242
1) PHPUnit\TestFixture\TeamCity\DataProviderTest::testOne with data set #1 (false)
4343
Failed asserting that false is true.
4444

45-
/%sDataProviderTest.php:28
45+
%sDataProviderTest.php:28
4646

4747
FAILURES!
4848
Tests: 2, Assertions: 2, Failures: 1.

0 commit comments

Comments
 (0)