mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-26 11:08:13 +00:00
NominatimTest.php => LibTest.php
This commit is contained in:
@@ -4,15 +4,8 @@ namespace Nominatim;
|
|||||||
|
|
||||||
require_once '../../lib/lib.php';
|
require_once '../../lib/lib.php';
|
||||||
|
|
||||||
class NominatimTest extends \PHPUnit_Framework_TestCase
|
class LibTest extends \PHPUnit_Framework_TestCase
|
||||||
{
|
{
|
||||||
|
|
||||||
|
|
||||||
protected function setUp()
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
public function testGetClassTypesWithImportance()
|
public function testGetClassTypesWithImportance()
|
||||||
{
|
{
|
||||||
$aClasses = getClassTypesWithImportance();
|
$aClasses = getClassTypesWithImportance();
|
||||||
Reference in New Issue
Block a user