Skip to content

Commit

Permalink
Merge pull request #39 from inpsyde/fix-wpackagist-vendor
Browse files Browse the repository at this point in the history
Fix `wpackagist` vendor names
  • Loading branch information
Chrico committed Aug 23, 2024
2 parents d5f14ba + b768dab commit 634d6c0
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 634d6c0

Please sign in to comment.