mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Testing cleanup (#11677)
All tests use transactions One test isn't a db test...
This commit is contained in:
@@ -27,10 +27,8 @@ namespace LibreNMS\Tests;
|
||||
|
||||
use LibreNMS\Authentication\LegacyAuth;
|
||||
use LibreNMS\Config;
|
||||
use LibreNMS\Exceptions\AuthenticationException;
|
||||
|
||||
// Note that as this test set depends on mres(), it is a DBTestCase even though the database is unused
|
||||
class AuthHTTPTest extends DBTestCase
|
||||
class AuthHTTPTest extends TestCase
|
||||
{
|
||||
private $original_auth_mech;
|
||||
private $server;
|
||||
|
||||
Reference in New Issue
Block a user