Esempio n. 1
0
 /** @test */
 function it_can_get_an_item_by_id()
 {
     $this->get('api/posts/5')->seeJson(Post::find(5)->toArray());
 }