Skip to content

Commit 53de77b

Browse files
abluchetsoyuka
authored andcommitted
fix appveyor
1 parent ecb9d24 commit 53de77b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Bridge/Doctrine/Orm/Extension/FilterEagerLoadingExtensionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,6 +211,6 @@ public function testGroupBy()
211211

212212
private function toDQLString(string $dql): string
213213
{
214-
return str_replace(PHP_EOL, '', str_replace(' ', '', $dql));
214+
return preg_replace('/\\r\\n|\\n/', '', str_replace(' ', '', $dql));
215215
}
216216
}

0 commit comments

Comments
 (0)