Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
File Manager
/
smsapi
/
api_sdk
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
503
:
Issue503Test.php
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
<?php class Issue503Test extends PHPUnit_Framework_TestCase { public function testCompareDifferentLineEndings() { $this->assertSame( "foo\n", "foo\r\n" ); } }