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 7bbca4a commit 981392cCopy full SHA for 981392c
tests/tests/TestBehatTags.php
@@ -141,7 +141,7 @@ public function test_behat_tags_php_version() {
141
file_put_contents( $this->temp_dir . '/features/php_version.feature', $contents );
142
143
$output = exec( "cd {$this->temp_dir}; php $behat_tags" );
144
- $this->assertSame( '--tags=' . $expected . '&&~@github-api&&~@broken&&~@require-sqlite', $output );
+ $this->assertSame( '--tags=' . $expected . '&&~@github-api&&~@broken&&~@require-mariadb&&~@require-sqlite', $output );
145
146
putenv( false === $env_github_token ? 'GITHUB_TOKEN' : "GITHUB_TOKEN=$env_github_token" );
147
}
0 commit comments