php test: class must be called like the file

This commit is contained in:
Sarah Hoffmann
2021-12-07 11:20:38 +01:00
parent f2a8307bb6
commit 6106f1a32e

View File

@@ -5,7 +5,7 @@ namespace Nominatim;
require_once(CONST_LibDir.'/TokenList.php');
class TokenTest extends \PHPUnit\Framework\TestCase
class TokenListTest extends \PHPUnit\Framework\TestCase
{
protected function setUp(): void
{