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 7d63f33 commit 79c9000Copy full SHA for 79c9000
tests/tests/TestBehatTags.php
@@ -38,7 +38,7 @@ protected function tear_down(): void {
38
* @param string $env
39
* @param string $expected
40
*/
41
- #[DataProvider( 'data_behat_tags_wp_version_github_token' )]
+ #[DataProvider( 'data_behat_tags_wp_version_github_token' )] // phpcs:ignore PHPCompatibility.Attributes.NewAttributes.PHPUnitAttributeFound
42
public function test_behat_tags_wp_version_github_token( $env, $expected ): void {
43
$env_wp_version = getenv( 'WP_VERSION' );
44
$env_github_token = getenv( 'GITHUB_TOKEN' );
0 commit comments