1 | <?php |
||
9 | class MenuTest extends TestCase |
||
10 | { |
||
11 | /** |
||
12 | * @var \JumpGate\Menu\Menu |
||
13 | */ |
||
14 | protected $menu; |
||
15 | |||
16 | 4 | public function setUp() |
|
22 | |||
23 | /** @test */ |
||
24 | 1 | public function it_sets_the_name() |
|
30 | |||
31 | /** @test */ |
||
32 | 1 | public function it_sets_default_name() |
|
38 | |||
39 | /** @test */ |
||
40 | 1 | public function it_test_get_dropdown() |
|
56 | |||
57 | /** |
||
58 | * @test |
||
59 | * |
||
60 | * @expectedException Exception |
||
61 | * @expectedExceptionMessage Drop down test not found. |
||
62 | */ |
||
63 | public function it_test_get_dropdown_exception() |
||
69 | } |
||
70 |