[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:
committed by
Taylor Otwell
parent
9b6643226d
commit
f4b1dc6df0
@@ -2,8 +2,7 @@
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user