| Total Complexity | 3 |
| Total Lines | 26 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class ResourceFilterTest extends SapphireTest |
||
| 10 | { |
||
| 11 | protected $usesDatabase = true; |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @expectedException InvalidArgumentException |
||
| 15 | * @expectedExceptionMessage SilverStripe\Control\HTTPResponse is not a FormField |
||
| 16 | */ |
||
| 17 | public function testForTemplateThrowsExceptionWithNonFormFieldType() |
||
| 21 | } |
||
| 22 | |||
| 23 | public function testGetType() |
||
| 27 | } |
||
| 28 | |||
| 29 | public function testGetCMSFields() |
||
| 37 |