Skip to content

Commit 981392c

Browse files
committed
Update another test
1 parent 7bbca4a commit 981392c

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
@@ -141,7 +141,7 @@ public function test_behat_tags_php_version() {
141141
file_put_contents( $this->temp_dir . '/features/php_version.feature', $contents );
142142

143143
$output = exec( "cd {$this->temp_dir}; php $behat_tags" );
144-
$this->assertSame( '--tags=' . $expected . '&&~@github-api&&~@broken&&~@require-sqlite', $output );
144+
$this->assertSame( '--tags=' . $expected . '&&~@github-api&&~@broken&&~@require-mariadb&&~@require-sqlite', $output );
145145

146146
putenv( false === $env_github_token ? 'GITHUB_TOKEN' : "GITHUB_TOKEN=$env_github_token" );
147147
}

0 commit comments

Comments
 (0)