File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 2323 "wp-cli/eval-command" : " ^1 || ^2" ,
2424 "wp-cli/wp-cli" : " ^2.12" ,
2525 "wp-coding-standards/wpcs" : " ^3" ,
26- "yoast/phpunit-polyfills" : " ^1 .0.3 || ^2.0.1 "
26+ "yoast/phpunit-polyfills" : " ^4 .0.0 "
2727 },
2828 "require-dev" : {
2929 "roave/security-advisories" : " dev-latest"
Original file line number Diff line number Diff line change 22
33use WP_CLI \Tests \TestCase ;
44use WP_CLI \Utils ;
5+ use PHPUnit \Framework \Attributes \DataProvider ;
56
67class TestBehatTags extends TestCase {
78
@@ -37,6 +38,7 @@ protected function tear_down(): void {
3738 * @param string $env
3839 * @param string $expected
3940 */
41+ #[DataProvider('data_behat_tags_wp_version_github_token ' )]
4042 public function test_behat_tags_wp_version_github_token ( $ env , $ expected ): void {
4143 $ env_wp_version = getenv ( 'WP_VERSION ' );
4244 $ env_github_token = getenv ( 'GITHUB_TOKEN ' );
You can’t perform that action at this time.
0 commit comments