From 0f8fe02f3393eb94007bbe90aab7d4fd944fc968 Mon Sep 17 00:00:00 2001 From: Ewout Pieter den Ouden Date: Thu, 29 Nov 2018 20:45:21 +0100 Subject: [PATCH] Improve test robustness by allowing for variable duration --- .../regression/GitHub/3364/issue-3364-test.phpt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/end-to-end/regression/GitHub/3364/issue-3364-test.phpt b/tests/end-to-end/regression/GitHub/3364/issue-3364-test.phpt index 07e71ae7d99..8e4b4e1d85e 100644 --- a/tests/end-to-end/regression/GitHub/3364/issue-3364-test.phpt +++ b/tests/end-to-end/regression/GitHub/3364/issue-3364-test.phpt @@ -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'] @@ -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']