コード例 #1
0
 private function givenAUserCannotBeBuilt()
 {
     $this->userFactory->shouldReceive('create')->andThrow(\Exception::class);
 }