Beispiel #1
0
 public function testCanCheckIfIsEmail()
 {
     $this->assertTrue(Str::isEmail('*****@*****.**'));
     $this->assertFalse(Str::isEmail('foobar'));
 }