mirror of
https://github.com/nothingworksinc/ticketbeast.git
synced 2026-01-26 11:14:06 +00:00
(add empty AddConcertTest)
This commit is contained in:
14
tests/Feature/Backstage/AddConcertTest.php
Normal file
14
tests/Feature/Backstage/AddConcertTest.php
Normal file
@@ -0,0 +1,14 @@
|
||||
<?php
|
||||
|
||||
namespace Tests\Feature\Backstage;
|
||||
|
||||
use App\User;
|
||||
use App\Concert;
|
||||
use Carbon\Carbon;
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Foundation\Testing\DatabaseMigrations;
|
||||
|
||||
class AddConcertTest extends TestCase
|
||||
{
|
||||
use DatabaseMigrations;
|
||||
}
|
||||
Reference in New Issue
Block a user