mirror of
https://github.com/solidtime-io/solidtime.git
synced 2026-08-16 12:12:15 +01:00
Updated dependencies; Fixed codeformatting and phpstan
This commit is contained in:
committed by
Constantin Graf
parent
5b7df869ad
commit
d8968399d6
@@ -6,6 +6,4 @@ namespace Tests\Unit\Endpoint\Api\V1;
|
||||
|
||||
use Tests\TestCaseWithDatabase;
|
||||
|
||||
class ApiEndpointTestAbstract extends TestCaseWithDatabase
|
||||
{
|
||||
}
|
||||
class ApiEndpointTestAbstract extends TestCaseWithDatabase {}
|
||||
|
||||
@@ -43,7 +43,7 @@ class ExportEndpointTest extends ApiEndpointTestAbstract
|
||||
->withArgs(function (Organization $organization) use (&$user): bool {
|
||||
return $organization->is($user->organization);
|
||||
})
|
||||
->andThrow(new ExportException())
|
||||
->andThrow(new ExportException)
|
||||
->once();
|
||||
});
|
||||
Passport::actingAs($user->user);
|
||||
|
||||
@@ -6,6 +6,4 @@ namespace Tests\Unit\Endpoint\Web;
|
||||
|
||||
use Tests\TestCaseWithDatabase;
|
||||
|
||||
abstract class EndpointTestAbstract extends TestCaseWithDatabase
|
||||
{
|
||||
}
|
||||
abstract class EndpointTestAbstract extends TestCaseWithDatabase {}
|
||||
|
||||
Reference in New Issue
Block a user