Check that we always get supported object
This commit is contained in:
parent
7fdc7bf32c
commit
b5af760268
@ -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());
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user