]> git.openstreetmap.org Git - nominatim.git/commitdiff
php test: class must be called like the file
authorSarah Hoffmann <lonvia@denofr.de>
Tue, 7 Dec 2021 10:20:38 +0000 (11:20 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 7 Dec 2021 10:20:38 +0000 (11:20 +0100)
test/php/Nominatim/TokenListTest.php

index f0139d7670b4dd246bf3797aa2b49de6704918a6..fdee37234481f629a560118b972defefc9a76459 100644 (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
     {