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 9a410df commit 7d63f33Copy full SHA for 7d63f33
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' )]
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