rename test

This commit is contained in:
Zain Fauzan Rofie Azizi
2018-06-29 11:04:37 +08:00
parent 3adfc6d309
commit 70cc220337
5 changed files with 3 additions and 14 deletions
+1 -2
View File
@@ -81,6 +81,5 @@ class DeliveryinfoTest extends TestCase
$response->assertStatus(204);
}
}
@@ -1,6 +1,6 @@
<?php
namespace Tests\API;
namespace Tests\Unit;
use Tests\TestCase;
use Illuminate\Foundation\Testing\WithFaker;
+1 -1
View File
@@ -8,7 +8,7 @@ use Illuminate\Foundation\Testing\WithFaker;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Foundation\Testing\WithoutMiddleware;
class contactTest extends TestCase
class ContactTest extends TestCase
{