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
Hi,
I've been working on phpunit and found out there's a difference or bug. sebastianbergmann/phpunit#2664
With package sebastian/diff 1.4.1 phpunit passes, and with package sebastian/diff 1.4.2 it fails.
Difference causes the first two failures. (remaining errors appear because I don't have TeamCity)
[arturdev@localhost phpunit]$ ./phpunit
PHPUnit 6.2-g298838d by Sebastian Bergmann and contributors.
Runtime: PHP 7.0.18 with Xdebug 2.5.1
Configuration: /home/arturdev/projects/phpunit/phpunit.xml
PHPUnit\Framework\ConstraintTest::testConstraintIsEqual2 with data set Public API fixes #3 ('a\nb\nc\nd\ne\nf\ng\nh\ni\nj\nk', 'a\np\nc\nd\ne\nf\ng\nh\ni\nw\nk', 'Failed asserting that two str...n k'\n')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'custom message\n
Failed asserting that two strings are equal.\n
+\n
@@ @@
+p\n\n
-\n
@@ @@\n
i\n\n
-j\n\n
+w\n\n
k'\n
'
PHPUnit\Framework\ConstraintTest::testConstraintIsEqual2 with data set Corrected the indentation in composer.json #12 (stdClass Object (...), stdClass Object (...), 'Failed asserting that two obj...\n )\n')
Failed asserting that two strings are equal.
--- Expected
+++ Actual
@@ @@
'custom message\n
Failed asserting that two objects are equal.\n
+\n
+\n
@@ @@
Hi,
I've been working on phpunit and found out there's a difference or bug.
sebastianbergmann/phpunit#2664
With package sebastian/diff 1.4.1 phpunit passes, and with package sebastian/diff 1.4.2 it fails.
Difference causes the first two failures. (remaining errors appear because I don't have TeamCity)
[...]
The text was updated successfully, but these errors were encountered: