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 5b14969 commit 4f90a6fCopy full SHA for 4f90a6f
tests/integration/src/Repositories/AccessTokenRepositoryTest.php
@@ -87,7 +87,7 @@ public static function setUpBeforeClass(): void
87
self::$mysqlPort ??= "3306";
88
self::$postgresPort ??= "5432";
89
}
90
- Configuration::setConfigDir(__DIR__ . '/../../../../config-templates');
+ Configuration::setConfigDir(__DIR__ . '/../../../config');
91
self::$pgConfig = self::loadPGDatabase();
92
self::$mysqlConfig = self::loadMySqlDatabase();
93
self::$sqliteConfig = self::loadSqliteDatabase();
0 commit comments