Changeset 57987 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 04/12/2024 05:45:23 PM (10 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r57926 r57987 574 574 * Test the `get_col()` method. 575 575 * 576 * @param string|null 577 * @param string|array 578 * @param arr ray|string|null $last_result The value to assign to `$wpdb->last_result`.579 * @param int|string 576 * @param string|null $query The query to run. 577 * @param string|array $expected The expected resulting value. 578 * @param array|string|null $last_result The value to assign to `$wpdb->last_result`. 579 * @param int|string $column The column index to retrieve. 580 580 * 581 581 * @dataProvider data_get_col … … 608 608 * Arguments for testing `get_col()`. 609 609 * 610 * @type string|null 611 * @type string|array 612 * @type arr ray|string|null $last_result The value to assign to `$wpdb->last_result`.613 * @type int|string 610 * @type string|null $query The query to run. 611 * @type string|array $expected The resulting expected value. 612 * @type array|string|null $last_result The value to assign to `$wpdb->last_result`. 613 * @type int|string $column The column index to retrieve. 614 614 */ 615 615 public function data_get_col() {
Note: See TracChangeset
for help on using the changeset viewer.