Пример #1
0
 private function cartRepositoryShouldCreateOnce()
 {
     $this->cartRepository->shouldReceive('create')->once();
 }