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 51f8c38 commit 09ccde5Copy full SHA for 09ccde5
tests/tests/TestBehatTags.php
@@ -199,7 +199,7 @@ public function test_behat_tags_db_version(): void {
199
200
$behat_tags = dirname( dirname( __DIR__ ) ) . '/utils/behat-tags.php';
201
require $behat_tags;
202
- $minimum_db_version = get_db_version() . '.1';
+ $minimum_db_version = \get_db_version() . '.1';
203
204
$contents = '';
205
$expecteds = array();
0 commit comments