Extend BrowserKitTesting TestCase class

This commit is contained in:
James Brooks
2017-06-25 10:44:31 +01:00
parent bd4ad3ee48
commit 134e624e9e

View File

@@ -15,7 +15,7 @@ use CachetHQ\Cachet\Models\User;
use CachetHQ\Cachet\Settings\Cache;
use CachetHQ\Cachet\Settings\Repository;
use Illuminate\Contracts\Console\Kernel;
use Illuminate\Foundation\Testing\TestCase;
use Laravel\BrowserKitTesting\TestCase;
/**
* This is the abstract test case class.