. * * @link https://www.librenms.org * * @copyright 2019 Tony Murray * @author Tony Murray */ namespace LibreNMS\Tests\Feature\SnmpTraps; use Illuminate\Foundation\Testing\DatabaseTransactions; use LibreNMS\Tests\DBTestCase; class SnmpTrapTestCase extends DBTestCase { use DatabaseTransactions; // people skip this a lot so extract it to here }