Unset relation cache before testing

This commit is contained in:
Michal Čihař 2012-09-18 11:07:26 +02:00
parent 6dc078ec70
commit ba502d421d

View File

@ -51,6 +51,8 @@ class PMA_Transformation_Test extends PHPUnit_Framework_TestCase
$GLOBALS['cfg']['Server']['designer_coords'] = '';
$GLOBALS['cfg']['Server']['column_info'] = 'column_info';
$GLOBALS['cfg']['DBG']['sql'] = false;
// need to clear relation test cache
unset($_SESSION['relation']);
}
/**