diff --git a/test/libraries/core/PMA_headerLocation_test_disabled.php b/test/libraries/core/PMA_headerLocation_test_disabled.php index 4db5f5a5ea..a3ae5f4777 100644 --- a/test/libraries/core/PMA_headerLocation_test_disabled.php +++ b/test/libraries/core/PMA_headerLocation_test_disabled.php @@ -20,6 +20,7 @@ require_once 'libraries/url_generating.lib.php'; require_once 'libraries/Theme.class.php'; require_once 'libraries/Table.class.php'; require_once 'libraries/php-gettext/gettext.inc'; +require_once 'libraries/Response.class.php'; /** * Test function sending headers. @@ -286,10 +287,10 @@ class PMA_headerLocation_test extends PHPUnit_Framework_TestCase $url = './navigation.php?'.PMA_generate_common_url($GLOBALS['db'], '', '&'); $write = '' . PHP_EOL;