- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/rest-api/rest-comments-controller.php
r55457 r55562 1145 1145 } 1146 1146 1147 public function comment_dates_provider() {1147 public function data_comment_dates() { 1148 1148 return array( 1149 1149 'set date without timezone' => array( … … 1191 1191 1192 1192 /** 1193 * @dataProvider comment_dates_provider1193 * @dataProvider data_comment_dates 1194 1194 */ 1195 1195 public function test_create_comment_date( $params, $results ) { … … 2339 2339 2340 2340 /** 2341 * @dataProvider comment_dates_provider2341 * @dataProvider data_comment_dates 2342 2342 */ 2343 2343 public function test_update_comment_date( $params, $results ) {
Note: See TracChangeset
for help on using the changeset viewer.