Exemplo n.º 1
0
 public function testisEnabled()
 {
     error_reporting(E_ERROR | E_PARSE);
     $aod_index = new AOD_Index();
     //execute the method and verify that it returns true
     $result = $aod_index->isEnabled();
     $this->assertTrue($result);
 }