Skip to content

Commit 0bb6959

Browse files
schlndhsebastianbergmann
authored andcommitted
fix E2E phpstorm test on windows
1 parent 96a0fdf commit 0bb6959

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

tests/end-to-end/cli/filter/filter-dataprovider-by-phpstorm-regex-number-key.phpt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,10 @@ Runtime: PHP %s
6060

6161
##teamcity[testCount count='1' flowId='%s']
6262
##teamcity[testSuiteStarted name='CLI Arguments' flowId='%d']
63-
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\DataProviderFilterTest' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']
64-
##teamcity[testSuiteStarted name='testTrue' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testTrue' flowId='%d']
65-
##teamcity[testStarted name='testTrue with data set #1' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testTrue with data set #1' flowId='%d']
66-
##teamcity[testFinished name='testTrue with data set #1' duration='1' flowId='%d']
63+
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\DataProviderFilterTest' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']
64+
##teamcity[testSuiteStarted name='testTrue' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testTrue' flowId='%d']
65+
##teamcity[testStarted name='testTrue with data set #1' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testTrue with data set #1' flowId='%d']
66+
##teamcity[testFinished name='testTrue with data set #1' duration='%s' flowId='%d']
6767
##teamcity[testSuiteFinished name='testTrue' flowId='%d']
6868
##teamcity[testSuiteFinished name='PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']
6969
##teamcity[testSuiteFinished name='CLI Arguments' flowId='%d']

tests/end-to-end/cli/filter/filter-dataprovider-by-phpstorm-regex-string-key.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@ Runtime: PHP %s
6060

6161
##teamcity[testCount count='1' flowId='%s']
6262
##teamcity[testSuiteStarted name='CLI Arguments' flowId='%d']
63-
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\DataProviderFilterTest' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']
64-
##teamcity[testSuiteStarted name='testFalse' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testFalse' flowId='%d']
65-
##teamcity[testStarted name='testFalse with data set "false test"' locationHint='php_qn://%s/DataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testFalse with data set "false test"' flowId='%d']
63+
##teamcity[testSuiteStarted name='PHPUnit\TestFixture\DataProviderFilterTest' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']
64+
##teamcity[testSuiteStarted name='testFalse' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testFalse' flowId='%d']
65+
##teamcity[testStarted name='testFalse with data set "false test"' locationHint='php_qn://%sDataProviderFilterTest.php::\PHPUnit\TestFixture\DataProviderFilterTest::testFalse with data set "false test"' flowId='%d']
6666
##teamcity[testFinished name='testFalse with data set "false test"' duration='%s' flowId='%d']
6767
##teamcity[testSuiteFinished name='testFalse' flowId='%d']
6868
##teamcity[testSuiteFinished name='PHPUnit\TestFixture\DataProviderFilterTest' flowId='%d']

0 commit comments

Comments
 (0)