diff --git a/test/libraries/sysinfo_test.php b/test/libraries/sysinfo_test.php index 9dc14c77b0..3476adc874 100644 --- a/test/libraries/sysinfo_test.php +++ b/test/libraries/sysinfo_test.php @@ -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()); + } }