/var/www/vhosts/nabawater/vendor/phpunit/phpunit/tests/TextUI
Edit: /var/www/vhosts/nabawater/vendor/phpunit/phpunit/tests/TextUI/failure-reverse-list.phpt (2399B)
--TEST--
phpunit --reverse-list FailureTest ../_files/FailureTest.php
--FILE--
'bar'
+ 'bar' => 'foo'
)
%s:22
12) FailureTest::testAssertIntegerEqualsInteger
message
Failed asserting that 2 matches expected 1.
%s:%d
13) FailureTest::testAssertArrayEqualsArray
message
Failed asserting that two arrays are equal.
--- Expected
+++ Actual
@@ @@
Array (
- 0 => 1
+ 0 => 2
)
%s:%d
FAILURES!
Tests: 13, Assertions: 14, Failures: 13.