| 1 | <?php |
||
| 18 | class UnitTestCase extends \Tfboe\FmLib\TestHelpers\UnitTestCase |
||
| 19 | { |
||
| 20 | //<editor-fold desc="Protected Methods"> |
||
| 21 | /** |
||
| 22 | * Creates an object creator which creates objects from the Tfboe\FmLib\Tests\Entity namespace |
||
| 23 | * @return ObjectCreatorServiceInterface |
||
| 24 | */ |
||
| 25 | protected function getObjectCreator(): ObjectCreatorServiceInterface |
||
| 36 | //</editor-fold desc="Protected Methods"> |
||
| 37 | } |
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.