Changeset 32147 for branches/4.1/tests/phpunit/tests/category.php
- Timestamp:
- 04/19/2015 05:38:07 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/4.1/tests/phpunit/tests/category.php
r28706 r32147 11 11 12 12 function tearDown() { 13 _unregister_taxonomy( 'test_tax_cat' ); 13 14 parent::tearDown(); 14 15 _unregister_taxonomy( 'test_tax_cat' );16 15 } 17 16
Note: See TracChangeset
for help on using the changeset viewer.