Check that we always get supported object

This commit is contained in:
Michal Čihař 2012-09-18 15:55:28 +02:00
parent 7fdc7bf32c
commit b5af760268

View File

@ -48,4 +48,13 @@ class PMA_SysinfoTest extends PHPUnit_Framework_TestCase
);
}
/**
* Test for getting sysinfo object.
*
* @return void
*/
public function testGetSysInfo()
{
$this->assertTrue(PMA_getSysInfo()->supported());
}
}