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 4b2175c commit 38ffddeCopy full SHA for 38ffdde
tests/_support/Config/Registrar.php
@@ -134,7 +134,7 @@ public static function Database()
134
135
// Under GitHub Actions, we can set an ENV var named 'DB'
136
// so that we can test against multiple databases.
137
- if (($group = getenv('DB')) && ! empty(self::$dbConfig[$group])) {
+ if (($group = getenv('DB')) && isset(self::$dbConfig[$group])) {
138
$config['tests'] = self::$dbConfig[$group];
139
}
140
0 commit comments