1 | <?php |
||
8 | class LinkTest extends TestCase |
||
9 | { |
||
10 | /** |
||
11 | * @var \JumpGate\Menu\Link |
||
12 | */ |
||
13 | protected $link; |
||
14 | |||
15 | 7 | public function setUp() |
|
21 | |||
22 | /** @test */ |
||
23 | 1 | public function it_checks_set_url() |
|
29 | |||
30 | /** @test */ |
||
31 | 1 | public function it_checks_set_active() |
|
37 | |||
38 | /** @test */ |
||
39 | 2 | public function it_checks_not_active() |
|
45 | |||
46 | /** @test */ |
||
47 | 1 | public function it_checks_set_options() |
|
54 | |||
55 | /** @test */ |
||
56 | 1 | public function it_checks_is_dropdown() |
|
60 | |||
61 | /** @test */ |
||
62 | 1 | public function it_checks_get_options_method() |
|
68 | |||
69 | /** @test */ |
||
70 | 1 | public function it_checks_get_options_method_invalid_option() |
|
76 | } |
||
77 |