Skip to content

Commit

Permalink
update laravel (#65)
Browse files Browse the repository at this point in the history
* update laravel

* fix tests
  • Loading branch information
saeedvaziry authored Oct 3, 2023
1 parent 7249cf9 commit 7c5505b
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 8 deletions.
12 changes: 6 additions & 6 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions tests/Unit/SourceControlProviders/GitlabTest.php
Original file line number Diff line number Diff line change
@@ -1,15 +1,16 @@
<?php

declare(strict_types=1);

namespace Tests\Unit\SourceControlProviders;

use App\Models\SourceControl;
use App\SourceControlProviders\Gitlab;
use Illuminate\Foundation\Testing\RefreshDatabase;
use Tests\TestCase;

class GitlabTest extends TestCase
{
use RefreshDatabase;

public function test_default_gitlab_url(): void
{
$sourceControlModel = SourceControl::factory()
Expand Down

0 comments on commit 7c5505b

Please sign in to comment.