Changeset 55562 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 03/19/2023 12:03:30 PM (21 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r55151 r55562 579 579 * @param int|string $column The column index to retrieve. 580 580 * 581 * @dataProvider data_ test_get_col581 * @dataProvider data_get_col 582 582 * 583 583 * @ticket 45299 … … 613 613 * @type int|string $column The column index to retrieve. 614 614 */ 615 public function data_ test_get_col() {615 public function data_get_col() { 616 616 global $wpdb; 617 617 … … 2240 2240 2241 2241 /** 2242 * @dataProvider parse_db_host_data_provider2242 * @dataProvider data_parse_db_host 2243 2243 * @ticket 41722 2244 2244 * @ticket 54877 … … 2261 2261 } 2262 2262 2263 public function parse_db_host_data_provider() {2263 public function data_parse_db_host() { 2264 2264 return array( 2265 2265 array(
Note: See TracChangeset
for help on using the changeset viewer.