Merge pull request #1767 from nisargjhaveri/tests
Add missing docblock in Util_test
This commit is contained in:
commit
a4adbe712a
@ -172,6 +172,11 @@ class PMA_Util_Test extends PHPUnit_Framework_TestCase
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
* Test for isForeignKeyCheck
|
||||
*
|
||||
* @return void
|
||||
*/
|
||||
public function testIsForeignKeyCheck()
|
||||
{
|
||||
$GLOBALS['cfg']['DBG'] = array();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user