diff --git a/test/libraries/PMA_transformation_test.php b/test/libraries/PMA_transformation_test.php index 38dabe12ba..406dff8837 100644 --- a/test/libraries/PMA_transformation_test.php +++ b/test/libraries/PMA_transformation_test.php @@ -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']); } /**