- Timestamp:
- 01/02/2021 11:47:42 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-categories-controller.php
r49603 r49922 1141 1141 $this->assertArrayHasKey( 'slug', $properties ); 1142 1142 $this->assertArrayHasKey( 'taxonomy', $properties ); 1143 $this->assertSame( array _keys( get_taxonomies()), $properties['taxonomy']['enum'] );1143 $this->assertSame( array( 'category' ), $properties['taxonomy']['enum'] ); 1144 1144 } 1145 1145
Note: See TracChangeset
for help on using the changeset viewer.