Changeset 48979 for trunk/tests/phpunit/tests/db.php
- Timestamp:
- 09/16/2020 01:33:42 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/tests/db.php
r48974 r48979 380 380 /** 381 381 * @expectedIncorrectUsage wpdb::prepare 382 * @requires PHP < 8.0383 382 */ 384 383 function test_prepare_sprintf_invalid_args() { … … 403 402 /** 404 403 * @expectedIncorrectUsage wpdb::prepare 405 * @requires PHP < 8.0406 404 */ 407 405 function test_prepare_vsprintf_invalid_args() { … … 421 419 * @dataProvider data_prepare_incorrect_arg_count 422 420 * @expectedIncorrectUsage wpdb::prepare 423 * @requires PHP < 8.0424 421 */ 425 422 public function test_prepare_incorrect_arg_count( $query, $args, $expected ) {
Note: See TracChangeset
for help on using the changeset viewer.