- Timestamp:
- 10/02/2024 01:42:11 PM (2 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-themes-controller.php
r58328 r59157 583 583 $result = $response->get_data(); 584 584 $this->assertArrayHasKey( 'tags', $result[0] ); 585 $this->assertSame( array( ' holiday', 'custom-menu' ), $result[0]['tags']['raw'] );586 $this->assertSame( ' holiday, custom-menu', $result[0]['tags']['rendered'] );585 $this->assertSame( array( 'Holiday', 'custom-menu' ), $result[0]['tags']['raw'] ); 586 $this->assertSame( 'Holiday, custom-menu', $result[0]['tags']['rendered'] ); 587 587 } 588 588
Note: See TracChangeset
for help on using the changeset viewer.