- Timestamp:
- 10/07/2022 01:02:07 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/wpRestTemplatesController.php
r54269 r54402 344 344 public function test_sanitize_template_id( $input_id, $sanitized_id ) { 345 345 $endpoint = new WP_REST_Templates_Controller( 'wp_template' ); 346 $this->assert Equals(346 $this->assertSame( 347 347 $sanitized_id, 348 348 $endpoint->_sanitize_template_id( $input_id )
Note: See TracChangeset
for help on using the changeset viewer.