File tree Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Expand file tree Collapse file tree 2 files changed +7
-9
lines changed Original file line number Diff line number Diff line change 44
44
<exclude-pattern >tests/*</exclude-pattern >
45
45
</rule >
46
46
47
- <rule ref =" PEAR.NamingConventions.ValidClassName.Invalid" >
48
- <exclude-pattern >classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php</exclude-pattern >
49
- </rule >
50
-
51
47
<rule ref =" PEAR.NamingConventions.ValidClassName" >
52
- <exclude-pattern >tests/phpunit/logging/ActionScheduler_wpCommentLogger_Test.php</exclude-pattern >
48
+ <exclude-pattern >classes/ActionScheduler_wcSystemStatus.php</exclude-pattern >
49
+ <exclude-pattern >classes/data-stores/ActionScheduler_wpCommentLogger.php</exclude-pattern >
50
+ <exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore.php</exclude-pattern >
53
51
<exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore_PostStatusRegistrar.php</exclude-pattern >
52
+ <exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php</exclude-pattern >
54
53
<exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore_TaxonomyRegistrar.php</exclude-pattern >
54
+ <exclude-pattern >classes/WP_CLI/ActionScheduler_WPCLI_Scheduler_command.php</exclude-pattern >
55
55
<exclude-pattern >tests/phpunit/jobstore/ActionScheduler_wpPostStore_Test.php</exclude-pattern >
56
- <exclude-pattern >classes/data-stores/ActionScheduler_wpCommentLogger.php</exclude-pattern >
57
- <exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore_PostTypeRegistrar.php</exclude-pattern >
58
- <exclude-pattern >classes/data-stores/ActionScheduler_wpPostStore.php</exclude-pattern >
59
- <exclude-pattern >classes/ActionScheduler_wcSystemStatus.php</exclude-pattern >
56
+ <exclude-pattern >tests/phpunit/logging/ActionScheduler_wpCommentLogger_Test.php</exclude-pattern >
60
57
<exclude-pattern >tests/phpunit/procedural_api/wc_get_scheduled_actions_Test.php</exclude-pattern >
61
58
</rule >
62
59
Original file line number Diff line number Diff line change 1
1
<?php
2
2
// phpcs:disable WordPress.DateTime.RestrictedFunctions.timezone_change_date_default_timezone_set
3
+ // phpcs:disable Generic.Classes.DuplicateClassName.Found
3
4
4
5
/**
5
6
* Class ActionScheduler_UnitTestCase
You can’t perform that action at this time.
0 commit comments