update laravel (#65)

* update laravel

* fix tests
This commit is contained in:
Saeed Vaziry 2023-10-03 13:23:30 +02:00 committed by GitHub
parent 7249cf9ed6
commit 7c5505be16
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 8 deletions

12
composer.lock generated
View File

@ -1586,16 +1586,16 @@
},
{
"name": "laravel/framework",
"version": "v10.7.1",
"version": "v10.16.1",
"source": {
"type": "git",
"url": "https://github.com/laravel/framework.git",
"reference": "ddbbb2b50388721fe63312bb4469cae13163fd36"
"reference": "5c93d2795c393b462481179ce42dedfb30cc19b5"
},
"dist": {
"type": "zip",
"url": "https://api.github.com/repos/laravel/framework/zipball/ddbbb2b50388721fe63312bb4469cae13163fd36",
"reference": "ddbbb2b50388721fe63312bb4469cae13163fd36",
"url": "https://api.github.com/repos/laravel/framework/zipball/5c93d2795c393b462481179ce42dedfb30cc19b5",
"reference": "5c93d2795c393b462481179ce42dedfb30cc19b5",
"shasum": ""
},
"require": {
@ -1782,7 +1782,7 @@
"issues": "https://github.com/laravel/framework/issues",
"source": "https://github.com/laravel/framework"
},
"time": "2023-04-11T14:11:49+00:00"
"time": "2023-07-26T03:30:46+00:00"
},
{
"name": "laravel/sanctum",
@ -9084,5 +9084,5 @@
"ext-ftp": "*"
},
"platform-dev": [],
"plugin-api-version": "2.3.0"
"plugin-api-version": "2.2.0"
}

View File

@ -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()