Skip to content

Commit

Permalink
Improve test robustness by allowing for variable duration
Browse files Browse the repository at this point in the history
  • Loading branch information
epdenouden authored and sebastianbergmann committed Nov 30, 2018
1 parent d06451a commit 0f8fe02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/end-to-end/regression/GitHub/3364/issue-3364-test.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@ PHPUnit %s by Sebastian Bergmann and contributors.

##teamcity[testSuiteStarted name='Issue3364SetupBeforeClassTest' locationHint='php_qn://%s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupBeforeClassTest.php::\Issue3364SetupBeforeClassTest' flowId='%d']

##teamcity[testFailed name='Issue3364SetupBeforeClassTest' message='throw exception in setUpBeforeClass' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupBeforeClassTest.php:18|n ' duration='0' flowId='%d']
##teamcity[testFailed name='Issue3364SetupBeforeClassTest' message='throw exception in setUpBeforeClass' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupBeforeClassTest.php:18|n ' duration='%d' flowId='%d']

##teamcity[testFailed name='Issue3364SetupBeforeClassTest' message='throw exception in setUpBeforeClass' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupBeforeClassTest.php:18|n ' duration='0' flowId='%d']
##teamcity[testFailed name='Issue3364SetupBeforeClassTest' message='throw exception in setUpBeforeClass' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupBeforeClassTest.php:18|n ' duration='%d' flowId='%d']

##teamcity[testSuiteFinished name='Issue3364SetupBeforeClassTest' flowId='%d']

Expand All @@ -34,9 +34,9 @@ PHPUnit %s by Sebastian Bergmann and contributors.

##teamcity[testStarted name='testTwoWithSetupException' locationHint='php_qn://%s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupTest.php::\Issue3364Test::testTwoWithSetupException' flowId='%d']

##teamcity[testFailed name='testTwoWithSetupException' message='RuntimeException : throw exception in setUp' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupTest.php:18|n ' duration='0' flowId='%d']
##teamcity[testFailed name='testTwoWithSetupException' message='RuntimeException : throw exception in setUp' details=' %s%etests%eend-to-end%eregression%eGitHub%e3364%etests%eIssue3364SetupTest.php:18|n ' duration='%d' flowId='%d']

##teamcity[testFinished name='testTwoWithSetupException' duration='0' flowId='%d']
##teamcity[testFinished name='testTwoWithSetupException' duration='%d' flowId='%d']

##teamcity[testSuiteFinished name='Issue3364Test' flowId='%d']

Expand Down

0 comments on commit 0f8fe02

Please sign in to comment.