예제 #1
0
 /**
  * @expectedException \LaravelItalia\Exceptions\NotFoundException
  */
 public function testCanFindByEmailAndPasswordThrowsException()
 {
     $this->userRepository->findByEmailAndPassword('*****@*****.**', 'wololo');
 }