| 1 | <?php |
||
| 8 | class DropDownTest extends TestCase |
||
| 9 | { |
||
| 10 | /** |
||
| 11 | * @var \JumpGate\Menu\DropDown |
||
| 12 | */ |
||
| 13 | protected $dropDown; |
||
| 14 | |||
| 15 | 5 | public function setUp() |
|
| 21 | |||
| 22 | /** @test */ |
||
| 23 | 1 | public function it_checks_is_dropdown() |
|
| 27 | |||
| 28 | /** @test */ |
||
| 29 | 1 | public function it_checks_has_links_method() |
|
| 35 | |||
| 36 | /** @test */ |
||
| 37 | 1 | public function it_checks_has_links_method_no_links() |
|
| 41 | |||
| 42 | /** @test */ |
||
| 43 | 1 | public function it_checks_active_parentage() |
|
| 47 | |||
| 48 | /** @test */ |
||
| 49 | 1 | public function it_disables_active_parentage() |
|
| 55 | } |
||
| 56 |