Fix test expectations to match current filename

Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
Michal Čihař 2016-02-12 14:28:57 +01:00
parent b73855842b
commit 5fefcdd998

View File

@ -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'),
);
}