Changeset 38571 for trunk/tests/phpunit/tests/taxonomy.php
- Timestamp:
- 09/08/2016 03:54:13 AM (9 years ago)
- File:
-
- 1 edited
-
trunk/tests/phpunit/tests/taxonomy.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/taxonomy.php
r38078 r38571 698 698 $this->assertSame( 1, count( $wp_filter['wp_ajax_add-foo'] ) ); 699 699 $this->assertTrue( unregister_taxonomy( 'foo' ) ); 700 $this->assert Same( array(), $wp_filter['wp_ajax_add-foo']);700 $this->assertArrayNotHasKey( 'wp_ajax_add-foo', $wp_filter ); 701 701 } 702 702
Note: See TracChangeset
for help on using the changeset viewer.