- Timestamp:
- 11/21/2016 10:55:33 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r39327 r39337 2331 2331 $this->assertArrayHasKey( 'status', $properties ); 2332 2332 $this->assertArrayHasKey( 'type', $properties ); 2333 $this->assertEquals( 'comment', $properties['type']['default'] );2334 2333 2335 2334 $this->assertEquals( 0, $properties['parent']['default'] ); 2336 2335 $this->assertEquals( 0, $properties['post']['default'] ); 2336 2337 $this->assertEquals( true, $properties['link']['readonly'] ); 2338 $this->assertEquals( true, $properties['type']['readonly'] ); 2337 2339 } 2338 2340
Note: See TracChangeset
for help on using the changeset viewer.