예제 #1
0
 public function testItWillAllowNullOrFailsIfDataIsInvalid()
 {
     $this->setExpectedException(\Exception::class);
     Assert::nullOrIsEmail('not-a-mail');
 }