Exemplo n.º 1
0
 public function testCheckSystem()
 {
     $this->object->checkSystem();
     $this->assertNotNull($this->object->get('PMA_VERSION'));
     $this->assertNotEmpty($this->object->get('PMA_THEME_VERSION'));
     $this->assertNotEmpty($this->object->get('PMA_THEME_GENERATION'));
 }