We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22e8e75 commit 8745815Copy full SHA for 8745815
Test/Case/Console/Command/MigrationShellTest.php
@@ -791,7 +791,9 @@ public function testGenerateDump() {
791
foreach ($files as $f) {
792
unlink($f);
793
}
794
+
795
$expected = file_get_contents(CakePlugin::path('Migrations') . '/Test/Fixture/test_migration.txt');
796
+ $expected = str_replace("\r\n", "\n", $expected);
797
$this->assertEquals($expected, $result);
798
799
@@ -873,3 +875,4 @@ protected function _unlink() {
873
875
874
876
877
878
0 commit comments