Changeset 52242 for trunk/tests/phpunit/includes/mock-invokable.php
- Timestamp:
- 11/24/2021 11:58:20 PM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tests/phpunit/includes/mock-invokable.php
r52235 r52242 10 10 * Class Mock_Invokable. 11 11 * 12 * This class is us ing to mock a class that has __invokemethod.12 * This class is used to mock a class that has an `__invoke` method. 13 13 */ 14 14 class Mock_Invokable {
Note: See TracChangeset
for help on using the changeset viewer.