| Conditions | 1 |
| Paths | 1 |
| Total Lines | 8 |
| Code Lines | 6 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 17 | public function testEmptyPages() |
||
| 18 | { |
||
| 19 | $page = $this->objFromFixture(UserDefinedForm::class, 'empty-page'); |
||
| 20 | $this->assertEquals(5, $page->Fields()->count()); |
||
|
|
|||
| 21 | $controller = ModelAsController::controller_for($page); |
||
| 22 | $form = new UserForm($controller); |
||
| 23 | $this->assertEquals(2, $form->getSteps()->count()); |
||
| 24 | } |
||
| 25 | } |
||
| 26 |
This check marks calls to methods that do not seem to exist on an object.
This is most likely the result of a method being renamed without all references to it being renamed likewise.