This commit is contained in:
Pig Fang 2019-03-30 12:53:40 +08:00
parent cbfce9ab2e
commit cb72ca5571

View File

@ -5,11 +5,11 @@ namespace Tests;
use App\Models\User; use App\Models\User;
use App\Models\Report; use App\Models\Report;
use App\Models\Texture; use App\Models\Texture;
use Illuminate\Foundation\Testing\RefreshDatabase; use Illuminate\Foundation\Testing\DatabaseTransactions;
class ReportControllerTest extends TestCase class ReportControllerTest extends TestCase
{ {
use RefreshDatabase; use DatabaseTransactions;
public function testSubmit() public function testSubmit()
{ {