From d9d7efa23275f709511be747ca933b4503accb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kuba=20Wer=C5=82os?= Date: Wed, 4 Dec 2019 20:43:34 +0100 Subject: [PATCH] Updating the test with expected behaviour --- tests/end-to-end/separate-processes-test.phpt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/tests/end-to-end/separate-processes-test.phpt b/tests/end-to-end/separate-processes-test.phpt index b4349805d5f..0c4ff86ae26 100644 --- a/tests/end-to-end/separate-processes-test.phpt +++ b/tests/end-to-end/separate-processes-test.phpt @@ -10,8 +10,17 @@ PHPUnit\TextUI\Command::main(); --EXPECTF-- PHPUnit %s by Sebastian Bergmann and contributors. -.. 2 / 2 (100%) +FF 2 / 2 (100%) Time: %s, Memory: %s -OK (2 tests, 0 assertions) +There were 2 failures: + +1) SeparateProcessesTest::testFoo +Test was run in child process and ended unexpectedly + +2) SeparateProcessesTest::testBar +Test was run in child process and ended unexpectedly + +FAILURES! +Tests: 2, Assertions: 0, Failures: 2.