mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-31 11:46:45 +00:00
100 - Namespacing Our Test Suite
This commit is contained in:
@@ -1,12 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Unit;
|
||||
|
||||
use Mockery;
|
||||
use App\Ticket;
|
||||
use App\Concert;
|
||||
use Tests\TestCase;
|
||||
use App\Reservation;
|
||||
use App\Billing\FakePaymentGateway;
|
||||
use Illuminate\Foundation\Testing\WithoutMiddleware;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
use Illuminate\Foundation\Testing\DatabaseTransactions;
|
||||
|
||||
class ReservationTest extends TestCase
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user