From: Sarah Hoffmann Date: Tue, 7 Dec 2021 10:20:38 +0000 (+0100) Subject: php test: class must be called like the file X-Git-Tag: v4.1.0~105^2~4 X-Git-Url: https://git.openstreetmap.org./nominatim.git/commitdiff_plain/6106f1a32e450fdadd0da8f8c977bcd6f3062018 php test: class must be called like the file --- diff --git a/test/php/Nominatim/TokenListTest.php b/test/php/Nominatim/TokenListTest.php index f0139d76..fdee3723 100644 --- a/test/php/Nominatim/TokenListTest.php +++ b/test/php/Nominatim/TokenListTest.php @@ -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 {