Skip to content

Commit 79c9000

Browse files
committed
Ignore warning
1 parent 7d63f33 commit 79c9000

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
@@ -38,7 +38,7 @@ protected function tear_down(): void {
3838
* @param string $env
3939
* @param string $expected
4040
*/
41-
#[DataProvider( 'data_behat_tags_wp_version_github_token' )]
41+
#[DataProvider( 'data_behat_tags_wp_version_github_token' )] // phpcs:ignore PHPCompatibility.Attributes.NewAttributes.PHPUnitAttributeFound
4242
public function test_behat_tags_wp_version_github_token( $env, $expected ): void {
4343
$env_wp_version = getenv( 'WP_VERSION' );
4444
$env_github_token = getenv( 'GITHUB_TOKEN' );

0 commit comments

Comments
 (0)