Ejemplo n.º 1
0
 function testAssertValidFromAddressValidEmail()
 {
     $obj = new EmailController();
     $this->assertTrue($obj->assertValidFromAddress('*****@*****.**'));
 }