Ejemplo n.º 1
0
 public function test_next()
 {
     $this->assertEquals($this->seo->getNext(), "");
     $this->seo->setNext('http://somelistofarticals.com/article/3');
     $this->assertEquals($this->seo->getNext(), "<link rel=\"next\" href=\"http://somelistofarticals.com/article/3\"/>");
 }