ExampleResults\ExampleFailuresTest::testFailure InvalidArgumentException: Division by zero /path/to/build/src/Money.php:320 /path/to/build/tests/ExampleFailuresTest.php:15 ExampleResults\ExampleFailuresTest::testFailure2 Failed asserting that two objects are equal. --- Expected +++ Actual @@ @@ Money\Money Object ( - 'amount' => '2' + 'amount' => '3' 'currency' => Money\Currency Object (...) ) /path/to/build/tests/ExampleFailuresTest.php:20 ExampleResults\ExampleFailuresTest::testFailure3 Failed asserting that two arrays are equal. --- Expected +++ Actual @@ @@ Array ( + 0 => 3 + 1 => 33 ) /path/to/build/tests/ExampleFailuresTest.php:30 ExampleResults\ExampleFailuresTest::testFailure4 Failed asserting that false is true. /path/to/build/tests/ExampleFailuresTest.php:35 some output from f4 ExampleResults\ExampleFailuresTest::testFailure5 with data set #0 (1, 2, 3, 4, 5, 6) Failed asserting that 3 is identical to 1. /path/to/build/tests/ExampleFailuresTest.php:43 ExampleResults\ExampleFailuresTest::testFailure5 with data set #1 ('one', 'two', 'three', 'four', 'five', 'six') Failed asserting that two strings are identical. --- Expected +++ Actual @@ @@ -'one' +'three' /path/to/build/tests/ExampleFailuresTest.php:43 ExampleResults\ExampleFailuresTest::testFailure5 with data set #2 (array(1, 'one'), array(2, 'two'), array(3, 'three'), array(4, 'four'), array(5, 'five'), array(6, 'six')) Failed asserting that Array &0 ( 0 => 3 1 => 'three' ) is identical to Array &0 ( 0 => 1 1 => 'one' ). /path/to/build/tests/ExampleFailuresTest.php:43 has output on lines Warning No tests found in class "ExampleResults\EmptyWillWarnTest". Risky Test Risky Test