- Timestamp:
- 07/05/2021 05:21:53 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r49603 r51331 2904 2904 2905 2905 // Compare expected API output to actual API output. 2906 $this->assertI nternalType( 'array',$actual_output['content'] );2906 $this->assertIsArray( $actual_output['content'] ); 2907 2907 $this->assertArrayHasKey( 'raw', $actual_output['content'] ); 2908 2908 $this->assertSame( $expected_output['content']['raw'], $actual_output['content']['raw'] );
Note: See TracChangeset
for help on using the changeset viewer.