Total Complexity | 3 |
Total Lines | 27 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
10 | class DefaultFormFactoryTest extends SapphireTest |
||
11 | { |
||
12 | /** |
||
13 | * @expectedException InvalidArgumentException |
||
14 | * @expectedExceptionMessageRegExp /Missing required context/ |
||
15 | */ |
||
16 | public function testGetFormThrowsExceptionOnMissingContext() |
||
20 | } |
||
21 | |||
22 | public function testGetForm() |
||
31 | } |
||
32 | |||
33 | public function testGetRequiredContext() |
||
39 |