mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
php test: class must be called like the file
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user