Example #1
0
 function testLoad()
 {
     $this->assertTrue(SeoUtil::loadSeoError());
 }
Example #2
0
 /**
  * testLoad
  *
  * @return void
  */
 public function testLoad()
 {
     $expected = 1;
     $result = SeoUtil::loadSeoError();
     $this->assertEquals($expected, $result);
 }