- Timestamp:
- 01/03/2026 06:15:57 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-pattern-directory-controller.php
r60729 r61424 83 83 public function assertPatternMatchesSchema( $pattern ) { 84 84 $schema = static::$controller->get_item_schema(); 85 $pattern_id = isset( $pattern->id ) ? $pattern->id :'{pattern ID is missing}';85 $pattern_id = $pattern->id ?? '{pattern ID is missing}'; 86 86 87 87 $this->assertTrue(
Note: See TracChangeset
for help on using the changeset viewer.