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:
@@ -42,12 +42,6 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase
|
||||
$this->snmpsim = $snmpsim;
|
||||
}
|
||||
|
||||
public function setUp()
|
||||
{
|
||||
parent::setUp();
|
||||
set_debug(false); // prevent warnings from stopping execution for legacy code
|
||||
}
|
||||
|
||||
public function dbSetUp()
|
||||
{
|
||||
if (getenv('DBTEST')) {
|
||||
|
Reference in New Issue
Block a user