mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-12 10:19:36 +01:00
Ran rector and made tests final
This commit is contained in:
@@ -23,7 +23,7 @@ declare(strict_types=1);
|
||||
|
||||
namespace App\Tests\API\Endpoints;
|
||||
|
||||
class UsersEndpointTest extends CrudEndpointTestCase
|
||||
final class UsersEndpointTest extends CrudEndpointTestCase
|
||||
{
|
||||
|
||||
protected function getBasePath(): string
|
||||
|
||||
Reference in New Issue
Block a user