File tree Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Expand file tree Collapse file tree 1 file changed +6
-3
lines changed Original file line number Diff line number Diff line change 3939
4040 // For test on Windows replace \r\n to \n
4141 $ actual = str_replace ("\r\n" , "\n" , $ validations );
42- $ expect = str_replace ("\r\n" ,
42+ $ expect = str_replace (
43+ "\r\n" ,
4344 "\n" ,
4445 file_get_contents (__DIR__ . '/expects/LaravelValidationsApplicationJsonRequest.php ' )
4546 );
7980
8081 // For test on Windows replace \r\n to \n
8182 $ actual = str_replace ("\r\n" , "\n" , $ validations );
82- $ expect = str_replace ("\r\n" ,
83+ $ expect = str_replace (
84+ "\r\n" ,
8385 "\n" ,
8486 file_get_contents (__DIR__ . '/expects/LaravelValidationsMultipartFormDataRequest.php ' )
8587 );
119121
120122 // For test on Windows replace \r\n to \n
121123 $ actual = str_replace ("\r\n" , "\n" , $ validations );
122- $ expect = str_replace ("\r\n" ,
124+ $ expect = str_replace (
125+ "\r\n" ,
123126 "\n" ,
124127 file_get_contents (__DIR__ . '/expects/LaravelValidationsNonAvailableContentTypeRequest.php ' )
125128 );
You can’t perform that action at this time.
0 commit comments