示例#1
0
 /**
  * Test for CheckSystem
  *
  * @return void
  * @group medium
  */
 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'));
 }