mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-10 01:02:15 +01:00
Added basic models and factories
This commit is contained in:
13
tests/Unit/Model/ModelTestAbstract.php
Normal file
13
tests/Unit/Model/ModelTestAbstract.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Unit\Model;
|
||||
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
abstract class ModelTestAbstract extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
}
|
||||
Reference in New Issue
Block a user