We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d61528 commit 5de015eCopy full SHA for 5de015e
tests/integration/src/Repositories/AccessTokenRepositoryTest.php
@@ -83,7 +83,7 @@ public static function setUpBeforeClass(): void
83
self::$mysqlPort ??= "3306";
84
self::$postgresPort ??= "5432";
85
}
86
- Configuration::setConfigDir(__DIR__ . '/../../../../../config-templates');
+ Configuration::setConfigDir(__DIR__ . '/../../../../config-templates');
87
self::$pgConfig = self::loadPGDatabase();
88
self::$mysqlConfig = self::loadMySqlDatabase();
89
self::$sqliteConfig = self::loadSqliteDatabase();
0 commit comments