Added parallel testing for GitHub actions

This commit is contained in:
Constantin Graf
2024-03-21 21:28:28 +01:00
parent 4edfa7e941
commit 06c7314b1f
8 changed files with 123 additions and 5 deletions

View File

@@ -6,12 +6,15 @@ namespace Tests\Unit\Service;
use App\Models\User;
use App\Service\TimezoneService;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Illuminate\Support\Facades\Log;
use Tests\TestCase;
use TiMacDonald\Log\LogEntry;
class TimezoneServiceTest extends TestCase
{
use RefreshDatabase;
public function test_get_timezones_returns_all_available_timezones(): void
{
// Arrange