. * * @link https://www.librenms.org * * @copyright 2017 Tony Murray * @author Tony Murray */ namespace LibreNMS\Tests; use LibreNMS\Tests\Traits\RequiresDatabase; abstract class DBTestCase extends TestCase { use RequiresDatabase; }