X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F581%2FIssue581Test.php;fp=vendor%2Fphpunit%2Fphpunit%2Ftests%2FRegression%2FGitHub%2F581%2FIssue581Test.php;h=51de83b18d8a7419dd6a6f6ad17cf6dffddac36a;hp=0000000000000000000000000000000000000000;hb=eba34333e3c89f208d2f72fa91351ad019a71583;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae diff --git a/vendor/phpunit/phpunit/tests/Regression/GitHub/581/Issue581Test.php b/vendor/phpunit/phpunit/tests/Regression/GitHub/581/Issue581Test.php new file mode 100644 index 000000000..51de83b18 --- /dev/null +++ b/vendor/phpunit/phpunit/tests/Regression/GitHub/581/Issue581Test.php @@ -0,0 +1,11 @@ +assertEquals( + (object) array(1, 2, "Test\r\n", 4, 5, 6, 7, 8), + (object) array(1, 2, "Test\r\n", 4, 1, 6, 7, 8) + ); + } +}