D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
tattooscyy
/
www
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
581
/
Filename :
Issue581Test.php
back
Copy
<?php class Issue581Test extends PHPUnit_Framework_TestCase { public function testExportingObjectsDoesNotBreakWindowsLineFeeds() { $this->assertEquals( (object) [1, 2, "Test\r\n", 4, 5, 6, 7, 8], (object) [1, 2, "Test\r\n", 4, 1, 6, 7, 8] ); } }