Skip to content

Commit

Permalink
Updating the test with expected behaviour
Browse files Browse the repository at this point in the history
  • Loading branch information
kubawerlos authored and sebastianbergmann committed Dec 5, 2019
1 parent ca4411e commit d9d7efa
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions tests/end-to-end/separate-processes-test.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -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.

0 comments on commit d9d7efa

Please sign in to comment.