Ejemplo n.º 1
0
 private function cartRepositoryShouldCreateOnce()
 {
     $this->cartRepository->shouldReceive('create')->once();
 }