コード例 #1
0
 public function testCheckEmailWithUnexistingEmail()
 {
     $this->assertTrue($this->repository->checkEmail('*****@*****.**'));
 }