Searched refs:flowId (Results 1 – 4 of 4) sorted by relevance
16 ##teamcity[testCount count='3' flowId='%d']18 …untTest' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest' flowId='%d']20 …n://%s/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceIsInitiallyZero' flowId='%d']22 ##teamcity[testFinished name='testBalanceIsInitiallyZero' duration='%s' flowId='%d']24 …s/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceCannotBecomeNegative' flowId='%d']26 ##teamcity[testFinished name='testBalanceCannotBecomeNegative' duration='%s' flowId='%d']28 …/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceCannotBecomeNegative2' flowId='%d']30 ##teamcity[testFinished name='testBalanceCannotBecomeNegative2' duration='%s' flowId='%d']32 ##teamcity[testSuiteFinished name='BankAccountTest' flowId='%d']
17 ##teamcity[testCount count='3' flowId='%d']19 …untTest' locationHint='php_qn://%s/tests/_files/BankAccountTest.php::\BankAccountTest' flowId='%d']21 …n://%s/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceIsInitiallyZero' flowId='%d']23 ##teamcity[testFinished name='testBalanceIsInitiallyZero' duration='%s' flowId='%d']25 …s/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceCannotBecomeNegative' flowId='%d']27 ##teamcity[testFinished name='testBalanceCannotBecomeNegative' duration='%s' flowId='%d']29 …/tests/_files/BankAccountTest.php::\BankAccountTest::testBalanceCannotBecomeNegative2' flowId='%d']31 ##teamcity[testFinished name='testBalanceCannotBecomeNegative2' duration='%s' flowId='%d']33 ##teamcity[testSuiteFinished name='BankAccountTest' flowId='%d']
16 ##teamcity[testCount count='2' flowId='%d']18 …t' locationHint='php_qn://%s/tests/_files/ExceptionStackTest.php::\ExceptionStackTest' flowId='%d']20 …/tests/_files/ExceptionStackTest.php::\ExceptionStackTest::testPrintingChildException' flowId='%d']22 …y (|n - 0 => 1|n + 0 => 2|n )|n |n %s/tests/_files/ExceptionStackTest.php:7|n ' flowId='%d']24 ##teamcity[testFinished name='testPrintingChildException' duration='%d' flowId='%d']26 …n://%s/tests/_files/ExceptionStackTest.php::\ExceptionStackTest::testNestedExceptions' flowId='%d']28 …ons' message='Exception : One' details=' %s/tests/_files/ExceptionStackTest.php:18|n ' flowId='%d']30 ##teamcity[testFinished name='testNestedExceptions' duration='%d' flowId='%d']32 ##teamcity[testSuiteFinished name='ExceptionStackTest' flowId='%d']
32 private $flowId; variable in PHPUnit_Util_Log_TeamCity193 $this->flowId = getmypid();195 $this->flowId = false;304 if ($this->flowId) {305 $params['flowId'] = $this->flowId;