Example #1
0
 public function testSideBar()
 {
     factory(Page::class)->create();
     $tag = Tag::first();
     $this->get('/')->seeStatusCode(200)->see($tag->getName());
 }