Exemplo n.º 1
0
 /** @test */
 public function should_get_all_items()
 {
     $this->assertEquals($this->items, $this->collection->all());
 }