Changeset 47913 for trunk/tests/phpunit/tests/rest-api/rest-controller.php
- Timestamp:
- 06/05/2020 08:28:42 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-controller.php
r47911 r47913 270 270 } 271 271 272 // ignored properties272 // Ignored properties. 273 273 $this->assertArrayNotHasKey( 'ignored_prop', $args['someobject'] ); 274 274 … … 276 276 277 277 /** 278 * @dataProvider data_get_fields_for_response ,278 * @dataProvider data_get_fields_for_response 279 279 */ 280 280 public function test_get_fields_for_response( $param, $expected ) {
Note: See TracChangeset
for help on using the changeset viewer.