Exemple #1
0
 public function testBlogUrl()
 {
     $this->assertEquals('http://framework.zend.com/wiki/', $this->akismet->getBlogUrl());
     $this->akismet->setBlogUrl('http://framework.zend.com/');
     $this->assertEquals('http://framework.zend.com/', $this->akismet->getBlogUrl());
 }