Changeset 51397 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 07/10/2021 11:15:44 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r50450 r51397 250 250 251 251 $this->assertSame( 'A pretty string.', $args['somestring']['description'] ); 252 $this->assert False( isset( $args['someinteger']['description'] ));252 $this->assertArrayNotHasKey( 'description', $args['someinteger'] ); 253 253 } 254 254
Note: See TracChangeset
for help on using the changeset viewer.