Exemplo n.º 1
0
 public function testForgottenEmailParameter()
 {
     $this->assertRegExp(
         '#(src="http://www.gravatar.com/avatar/[a-z0-9]{32}.+")#',
         $this->helper->getImgTag()
     );
 }
Exemplo n.º 2
0
 public function testForgottenEmailParameter()
 {
     $this->assertRegExp('#(src="http\\&\\#x3A\\;\\&\\#x2F\\;\\&\\#x2F\\;www.gravatar.com\\&\\#x2F\\;avatar\\&\\#x2F\\;[a-z0-9]{32}.+")#', $this->helper->getImgTag());
 }
Exemplo n.º 3
0
 public function testForgottenEmailParameter()
 {
     $this->assertRegExp('/(src="http:\/\/www.gravatar.com\/avatar\/[a-z0-9]{32}.+")/',
                         $this->_object->getImgTag());
 }