| Conditions | 1 |
| Paths | 1 |
| Total Lines | 5 |
| Code Lines | 3 |
| Lines | 0 |
| Ratio | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 16 | public function testTrivialFeatures() |
||
| 17 | { |
||
| 18 | $this->assertInternalType('array', singleton(GroupSubsites::class)->extraStatics()); |
||
| 19 | $this->assertInternalType('array', singleton(GroupSubsites::class)->providePermissions()); |
||
| 20 | $this->assertInstanceOf(FieldList::class, singleton(Group::class)->getCMSFields()); |
||
| 21 | } |
||
| 38 |