- Timestamp:
- 11/09/2020 03:43:14 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-site-health-controller.php
r49156 r49547 98 98 wp_set_current_user( self::$admin ); 99 99 $response = rest_do_request( '/wp-site-health/v1/tests/dotorg-communication' ); 100 $this->assert Equals( 'dotorg_communication', $response->get_data()['test'] );100 $this->assertSame( 'dotorg_communication', $response->get_data()['test'] ); 101 101 } 102 102 }
Note: See TracChangeset
for help on using the changeset viewer.