Changeset 60104 for trunk/tests/phpunit/tests/rest-api.php
- Timestamp:
- 03/28/2025 09:02:20 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api.php
r59886 r60104 2578 2578 } catch ( WPDieException $e ) { 2579 2579 $this->assertStringContainsString( 2580 'The restroute parameter must be a string.',2580 'The REST route parameter must be a string.', 2581 2581 $e->getMessage() 2582 2582 );
Note: See TracChangeset
for help on using the changeset viewer.