Skip to content

Commit 09ccde5

Browse files
committed
Attempt to fix test
1 parent 51f8c38 commit 09ccde5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/tests/TestBehatTags.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ public function test_behat_tags_db_version(): void {
199199

200200
$behat_tags = dirname( dirname( __DIR__ ) ) . '/utils/behat-tags.php';
201201
require $behat_tags;
202-
$minimum_db_version = get_db_version() . '.1';
202+
$minimum_db_version = \get_db_version() . '.1';
203203

204204
$contents = '';
205205
$expecteds = array();

0 commit comments

Comments
 (0)