Skip to content

Commit

Permalink
fix(test): fix wpackagist vendor
Browse files Browse the repository at this point in the history
Signed-off-by: Philipp Bammes <8144115+tyrann0us@users.noreply.github.com>
  • Loading branch information
tyrann0us authored Aug 22, 2024
1 parent d5f14ba commit b768dab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/Unit/Config/PluginConfigurationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -107,11 +107,11 @@ public function provideExcludes(): \Generator
];

yield 'Exclude specific and wildcard' => [
['inpsyde/google-tag-manager', 'wpackagist-plugins/*'],
['inpsyde/google-tag-manager', 'wpackagist-plugin/*'],
[
'inpsyde/google-tag-manager' => true,
'wpackagist-plugins/wordpress-seo' => true,
'wpackagist-themes/twentytwenty' => false,
'wpackagist-plugin/wordpress-seo' => true,
'wpackagist-theme/twentytwenty' => false,
'inpsyde/multilingualpress' => false,
],
];
Expand Down

0 comments on commit b768dab

Please sign in to comment.