forked from hans/Nominatim
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