From 1616ecb79b3dbe973b5999ed19d0c482d989f384 Mon Sep 17 00:00:00 2001 From: osaid Date: Wed, 4 Jan 2017 10:59:07 +0530 Subject: [PATCH] headerlocation_test inherits from PMATestCase Signed-off-by: osaid --- test/libraries/core/PMA_headerLocation_test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/libraries/core/PMA_headerLocation_test.php b/test/libraries/core/PMA_headerLocation_test.php index e6005ff1d1..ac9fb0498b 100644 --- a/test/libraries/core/PMA_headerLocation_test.php +++ b/test/libraries/core/PMA_headerLocation_test.php @@ -34,7 +34,7 @@ use PMA\test\PMATestCase; * @package PhpMyAdmin-test */ -class PMA_HeaderLocation_Test extends PHPUnit_Framework_TestCase +class PMA_HeaderLocation_Test extends PMATestCase { protected $runkitExt;