mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-16 15:47:58 +00:00
use namespaces for PHPUnit classes
This is mandatory for PHPUnit 6.x. Older versions provide a forward compatibility layer, so we should be good. Fixes #1150.
This commit is contained in:
@@ -6,7 +6,7 @@ namespace Nominatim;
|
||||
|
||||
require_once '../../lib/SearchContext.php';
|
||||
|
||||
class SearchContextTest extends \PHPUnit_Framework_TestCase
|
||||
class SearchContextTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
private $oCtx;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user