forked from hans/Nominatim
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 @@ use Exception;
|
||||
|
||||
require_once('../../lib/DebugHtml.php');
|
||||
|
||||
class DebugTest extends \PHPUnit_Framework_TestCase
|
||||
class DebugTest extends \PHPUnit\Framework\TestCase
|
||||
{
|
||||
protected function setUp()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user