Conditions | 1 |
Paths | 1 |
Total Lines | 6 |
Lines | 0 |
Ratio | 0 % |
Changes | 0 |
1 | <?php |
||
8 | public function testFieldContainsTreeDropdownField() |
||
9 | { |
||
10 | $field = new DMSDocumentAddExistingField('Test', 'Test'); |
||
11 | $this->assertContainsOnlyInstancesOf('TreeDropdownField', $field->getChildren()); |
||
|
|||
12 | $this->assertSame('PageSelector', $field->getChildren()->first()->getName()); |
||
13 | } |
||
14 | |||
23 |
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.