File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ public static function setUpBeforeClass(): void
3232 self ::markTestSkipped ('doctrine/orm is not enabled. ' );
3333 }
3434
35- if (!str_starts_with (\getenv ('DATABASE_URL ' ), 'postgres ' )) {
35+ if (!\ str_starts_with (\getenv ('DATABASE_URL ' ), 'postgres ' )) {
3636 self ::markTestSkipped ('Can only test migrations with postgresql. ' );
3737 }
3838 }
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ protected static function createKernel(array $options = []): KernelInterface
5353 self ::markTestSkipped ('doctrine/orm not enabled. ' );
5454 }
5555
56- if (!str_starts_with (\getenv ('DATABASE_URL ' ), 'postgres ' )) {
56+ if (!\ str_starts_with (\getenv ('DATABASE_URL ' ), 'postgres ' )) {
5757 self ::markTestSkipped ('Can only test migrations with postgresql. ' );
5858 }
5959
You can’t perform that action at this time.
0 commit comments