There was an error while loading. Please reload this page.
1 parent f8df750 commit 73b4267Copy full SHA for 73b4267
tests/OrmTest.php
@@ -94,7 +94,7 @@ public static function setUpBeforeClass(): void
94
self::shellExec("docker rm -f test_$image 2>/dev/null");
95
96
$args = match ($image) {
97
- 'postgres' => '-e POSTGRES_HOST_AUTH_METHOD=trust',
+ 'postgres' => '-e POSTGRES_HOST_AUTH_METHOD=trust -e POSTGRES_DB=test',
98
'mariadb' => '-e MARIADB_ALLOW_EMPTY_ROOT_PASSWORD=1',
99
default => ''
100
};
0 commit comments