mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-09 08:42:15 +01:00
Added tasks endpoints; Added more test
This commit is contained in:
13
tests/Unit/Endpoint/Web/EndpointTestAbstract.php
Normal file
13
tests/Unit/Endpoint/Web/EndpointTestAbstract.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types=1);
|
||||
|
||||
namespace Tests\Unit\Endpoint\Web;
|
||||
|
||||
use Illuminate\Foundation\Testing\RefreshDatabase;
|
||||
use Tests\TestCase;
|
||||
|
||||
abstract class EndpointTestAbstract extends TestCase
|
||||
{
|
||||
use RefreshDatabase;
|
||||
}
|
||||
Reference in New Issue
Block a user