- Timestamp:
- 09/02/2020 12:35:36 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-schema-setup.php
r48464 r48937 133 133 ); 134 134 135 $this->assert Equals( $expected_routes, $routes );135 $this->assertSame( $expected_routes, $routes ); 136 136 } 137 137 … … 442 442 $data = $response->get_data(); 443 443 444 $this->assert Equals(444 $this->assertSame( 445 445 200, 446 446 $response->get_status(),
Note: See TracChangeset
for help on using the changeset viewer.