Merge pull request #1767 from nisargjhaveri/tests

Add missing docblock in Util_test
This commit is contained in:
Marc Delisle 2015-06-30 05:16:20 -04:00
commit a4adbe712a

View File

@ -172,6 +172,11 @@ class PMA_Util_Test extends PHPUnit_Framework_TestCase
);
}
/**
* Test for isForeignKeyCheck
*
* @return void
*/
public function testIsForeignKeyCheck()
{
$GLOBALS['cfg']['DBG'] = array();