mirror of
https://gitlab.com/CIEFWorldwideSdnBhd/shipping-portal.git
synced 2026-08-19 04:24:12 +00:00
Merge branch 'dillon/83-yd-order-tracking-query-ui' into vapor/development
This commit is contained in:
@@ -2,9 +2,9 @@
|
||||
|
||||
namespace Tests\Feature;
|
||||
|
||||
use Tests\TestCase;
|
||||
use Tests\TestCaseChild;
|
||||
|
||||
class ExampleTest extends TestCase
|
||||
class ExampleTest extends TestCaseChild
|
||||
{
|
||||
/**
|
||||
* A basic test example.
|
||||
|
||||
@@ -9,7 +9,7 @@ use Illuminate\Foundation\Testing\TestCase as BaseTestCase;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use JWTAuth;
|
||||
|
||||
abstract class TestCase extends BaseTestCase
|
||||
abstract class TestCaseChild extends BaseTestCase
|
||||
{
|
||||
|
||||
use CreatesApplication, RefreshDatabase, DatabaseMigrations;
|
||||
@@ -10,9 +10,9 @@ use Illuminate\Http\JsonResponse;
|
||||
use Illuminate\Http\Request;
|
||||
use Illuminate\Support\Facades\Artisan;
|
||||
use Mockery;
|
||||
use Tests\TestCase;
|
||||
use Tests\TestCaseChild;
|
||||
|
||||
class ListOrderTrackingLogicTest extends TestCase
|
||||
class ListOrderTrackingLogicTest extends TestCaseChild
|
||||
{
|
||||
|
||||
protected $listsOrderTrackingMock;
|
||||
|
||||
Reference in New Issue
Block a user