forked from hans/Nominatim
Merge pull request #991 from mtmail/rename-NominatimTest-php
NominatimTest.php => LibTest.php
This commit is contained in:
@@ -4,15 +4,8 @@ namespace Nominatim;
|
||||
|
||||
require_once '../../lib/lib.php';
|
||||
|
||||
class NominatimTest extends \PHPUnit_Framework_TestCase
|
||||
class LibTest extends \PHPUnit_Framework_TestCase
|
||||
{
|
||||
|
||||
|
||||
protected function setUp()
|
||||
{
|
||||
}
|
||||
|
||||
|
||||
public function testGetClassTypesWithImportance()
|
||||
{
|
||||
$aClasses = getClassTypesWithImportance();
|
||||
Reference in New Issue
Block a user