Changeset 53856
- Timestamp:
- 08/07/2022 04:53:30 PM (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/utils.php
r53805 r53856 462 462 * Use to create objects by yourself 463 463 */ 464 class MockClass {}464 class MockClass extends stdClass {} 465 465 466 466 /**
Note: See TracChangeset
for help on using the changeset viewer.