Changeset 54855 for trunk/tests/phpunit/includes/utils.php
- Timestamp:
- 11/17/2022 06:13:47 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r53856 r54855 460 460 461 461 /** 462 * Use to create objects by yourself 462 * Use to create objects by yourself. 463 463 */ 464 464 class MockClass extends stdClass {} 465 465 466 466 /** 467 * Drops all tables from the WordPress database 467 * Drops all tables from the WordPress database. 468 468 */ 469 469 function drop_tables() {
Note: See TracChangeset
for help on using the changeset viewer.