Fix test expectations to match current filename
Signed-off-by: Michal Čihař <michal@cihar.com>
This commit is contained in:
parent
b73855842b
commit
5fefcdd998
@ -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'),
|
||||
);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user