mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-03-13 06:14:07 +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');
|
require_once(CONST_LibDir.'/TokenList.php');
|
||||||
|
|
||||||
|
|
||||||
class TokenTest extends \PHPUnit\Framework\TestCase
|
class TokenListTest extends \PHPUnit\Framework\TestCase
|
||||||
{
|
{
|
||||||
protected function setUp(): void
|
protected function setUp(): void
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user