| 1 | <?php |
||
| 19 | class UniqueObjectFactoryTest extends TestCase |
||
| 20 | { |
||
| 21 | /** @var UniqueObjectFactory */ |
||
| 22 | private $object; |
||
| 23 | |||
| 24 | /** |
||
| 25 | * Sets up the fixture, for example, opens a network connection. |
||
| 26 | * This method is called before a test is executed. |
||
| 27 | */ |
||
| 28 | protected function setUp() : void |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @covers ::__invoke |
||
| 35 | */ |
||
| 36 | public function testInvoke() : void |
||
| 61 | } |
||
| 62 |
This check looks for calls to methods that do not seem to exist on a given type. It looks for the method on the type itself as well as in inherited classes or implemented interfaces.
This is most likely a typographical error or the method has been renamed.