| 1 | <?php namespace Modules\Page\Tests; |
||
| 3 | class PagesTest extends BasePageTest |
||
| 4 | { |
||
| 5 | /** @test */ |
||
| 6 | public function it_makes_page_as_homepage() |
||
| 23 | |||
| 24 | /** @test */ |
||
| 25 | public function it_can_unset_homepage() |
||
| 41 | |||
| 42 | /** @test */ |
||
| 43 | public function it_unsets_first_homepage_if_another_is_set_as_homepage() |
||
| 68 | } |
||
| 69 |