mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/izyim-api.git
synced 2026-08-19 04:24:01 +00:00
rename test
This commit is contained in:
@@ -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;
|
||||
@@ -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
|
||||
{
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user