Unset relation cache before testing
This commit is contained in:
parent
6dc078ec70
commit
ba502d421d
@ -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']);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
Reference in New Issue
Block a user