Skip to content

Commit 250a34e

Browse files
remove unrequired category unregister
1 parent a928fd6 commit 250a34e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tests/phpunit/tests/abilities-api/wpAbility.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ public function set_up(): void {
4646
* Tear down after each test.
4747
*/
4848
public function tear_down(): void {
49-
// Clean up registered test ability category.
50-
wp_unregister_ability_category( 'math' );
51-
5249
parent::tear_down();
5350
}
5451

0 commit comments

Comments
 (0)