Skip to content

Commit ef382ce

Browse files
committed
Ignore function not found error
1 parent 458128f commit ef382ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/TestBehatTags.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -199,6 +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+
// @phpstan-ignore-next-line
202203
$minimum_db_version = get_db_version() . '.1';
203204

204205
$contents = '';

0 commit comments

Comments
 (0)