diff --git a/test/classes/ErrorTest.php b/test/classes/ErrorTest.php index caf5df9f43..fd8750a8a4 100644 --- a/test/classes/ErrorTest.php +++ b/test/classes/ErrorTest.php @@ -99,7 +99,7 @@ class ErrorTest extends PMATestCase { return array( array('./ChangeLog', './ChangeLog'), - array(__FILE__, './test/classes/PMA_Error_test.php'), + array(__FILE__, './test/classes/ErrorTest.php'), array('./NONEXISTING', './NONEXISTING'), ); }