From 5fefcdd9983b3ca8036cbfcd055e689dbe02ef26 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Fri, 12 Feb 2016 14:28:57 +0100 Subject: [PATCH] Fix test expectations to match current filename MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/ErrorTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'), ); }