Testing cleanup (#11677)

All tests use transactions
One test isn't a db test...
This commit is contained in:
Tony Murray
2020-05-24 13:49:01 -05:00
committed by GitHub
parent 06c991ef57
commit ee13299a77
4 changed files with 22 additions and 32 deletions

View File

@@ -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;