| 1 | <?php |
||
| 20 | final class FormContractorTest extends \PHPUnit_Framework_TestCase |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var FormFactoryInterface|\PHPUnit_Framework_MockObject_MockObject |
||
| 24 | */ |
||
| 25 | private $formFactory; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var FormContractor |
||
| 29 | */ |
||
| 30 | private $formContractor; |
||
| 31 | |||
| 32 | protected function setUp() |
||
| 38 | |||
| 39 | public function testGetFormBuilder() |
||
| 49 | } |
||
| 50 |
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.