Ejemplo n.º 1
0
 function testLower()
 {
     $san = new PSU_Sanitizer_Email();
     $this->assertEquals('*****@*****.**', $san->lower('*****@*****.**'));
     $this->assertEquals('*****@*****.**', $san->lower('*****@*****.**'));
 }