[6.x] Implement integration test and in-memory DB (#5169)

* Use in-memory DB for testing

* Extend from PHPUnit test case for unit tests
This commit is contained in:
Dries Vints
2019-12-06 16:46:02 +01:00
committed by Taylor Otwell
parent 9b6643226d
commit f4b1dc6df0
2 changed files with 3 additions and 2 deletions

View File

@@ -2,8 +2,7 @@
namespace Tests\Unit;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;
use PHPUnit\Framework\TestCase;
class ExampleTest extends TestCase
{