Changeset 60105 for branches/6.8/tests/phpunit/tests/rest-api.php
- Timestamp:
- 03/28/2025 10:42:26 PM (3 months ago)
- Location:
- branches/6.8
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/6.8
-
branches/6.8/tests/phpunit/tests/rest-api.php
r59886 r60105 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.