mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
This reverts commit d1a0ccda46
.
This commit is contained in:
@@ -29,14 +29,6 @@ use \PHPUnit\Framework\ExpectationFailedException as PHPUnitException;
|
||||
|
||||
class DBSetupTest extends DBTestCase
|
||||
{
|
||||
protected $db_name;
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
$this->db_name = dbFetchCell('SELECT DATABASE()');
|
||||
}
|
||||
|
||||
public function testSetupDB()
|
||||
{
|
||||
global $schema;
|
||||
|
Reference in New Issue
Block a user