Ejemplo n.º 1
0
 public function testInvalidKeyPassedToSetOptionsMethod()
 {
     $options = array(
         'unknown' => array('val' => 1)
     );
     $this->helper->__invoke()->setOptions($options);
 }
Ejemplo n.º 2
0
 public function testEmailIsProperlyNormalized()
 {
     $this->assertEquals('*****@*****.**', $this->helper->__invoke('Example@Example.com ')->getEmail());
 }