You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
resultShouldBe(`##teamcity[testStarted name='it has emails with data set "(|'enunomaduro@gmail.com|')"' locationHint='pest_qn://tests/Unit/ExampleTest.php::it has emails with data set "(|'enunomaduro@gmail.com|')"' flowId='57317']`,{
540
+
event: TestResultEvent.testStarted,
541
+
id: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'enunomaduro@gmail.com\')"',
542
+
testId: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'enunomaduro@gmail.com\')"',
543
+
name: 'it has emails with data set "(\'enunomaduro@gmail.com\')"',
544
+
file: 'tests/Unit/ExampleTest.php',
545
+
flowId: 57317,
546
+
});
547
+
548
+
resultShouldBe(`##teamcity[testFinished name='it has emails with data set "(|'enunomaduro@gmail.com|')"' duration='1' flowId='57317']`,{
549
+
event: TestResultEvent.testFinished,
550
+
id: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'enunomaduro@gmail.com\')"',
551
+
testId: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'enunomaduro@gmail.com\')"',
552
+
name: 'it has emails with data set "(\'enunomaduro@gmail.com\')"',
553
+
file: 'tests/Unit/ExampleTest.php',
554
+
flowId: 57317,
555
+
});
556
+
557
+
resultShouldBe(`##teamcity[testStarted name='it has emails with data set "(|'other@example.com|')"' locationHint='pest_qn://tests/Unit/ExampleTest.php::it has emails with data set "(|'other@example.com|')"' flowId='57317']`,{
558
+
event: TestResultEvent.testStarted,
559
+
id: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'other@example.com\')"',
560
+
testId: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'other@example.com\')"',
561
+
name: 'it has emails with data set "(\'other@example.com\')"',
562
+
file: 'tests/Unit/ExampleTest.php',
563
+
flowId: 57317,
564
+
});
565
+
566
+
resultShouldBe(`##teamcity[testFinished name='it has emails with data set "(|'other@example.com|')"' duration='0' flowId='57317']`,{
567
+
event: TestResultEvent.testFinished,
568
+
id: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'other@example.com\')"',
569
+
testId: 'tests/Unit/ExampleTest.php::it has emails with data set "(\'other@example.com\')"',
570
+
name: 'it has emails with data set "(\'other@example.com\')"',
0 commit comments