- Timestamp:
- 01/02/2021 11:47:42 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-tags-controller.php
r49603 r49922 1234 1234 $this->assertArrayHasKey( 'slug', $properties ); 1235 1235 $this->assertArrayHasKey( 'taxonomy', $properties ); 1236 $this->assertSame( array _keys( get_taxonomies()), $properties['taxonomy']['enum'] );1236 $this->assertSame( array( 'post_tag' ), $properties['taxonomy']['enum'] ); 1237 1237 } 1238 1238
Note: See TracChangeset
for help on using the changeset viewer.