Exemplo n.º 1
0
 /**
  * Make sure we can get the list of articles.
  *
  * @return void
  */
 public function testIndexResponse()
 {
     $this->get('/article')->seeJson(['total' => Article::count(), 'per_page' => 5]);
 }