Last change
on this file since 57133 was
52242,
checked in by SergeyBiryukov, 4 years ago
|
Docs: Miscellaneous DocBlock corrections.
See #53399.
|
-
Property svn:eol-style set to
native
|
File size:
261 bytes
|
Line | |
---|
1 | <?php |
---|
2 | /** |
---|
3 | * File for Mock_Invokable class. |
---|
4 | * |
---|
5 | * @package WordPress |
---|
6 | * @subpackage UnitTests |
---|
7 | */ |
---|
8 | |
---|
9 | /** |
---|
10 | * Class Mock_Invokable. |
---|
11 | * |
---|
12 | * This class is used to mock a class that has an `__invoke` method. |
---|
13 | */ |
---|
14 | class Mock_Invokable { |
---|
15 | |
---|
16 | public function __invoke() {} |
---|
17 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.