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