mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2026-03-24 08:07:32 +01:00
Fixed various issues inside the tests
This commit is contained in:
@@ -26,7 +26,7 @@ use App\Entity\UserSystem\User;
|
||||
use App\Entity\UserSystem\WebauthnKey;
|
||||
use Doctrine\Common\Collections\Collection;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Ramsey\Uuid\Uuid;
|
||||
use Symfony\Component\Uid\Uuid;
|
||||
use Webauthn\TrustPath\EmptyTrustPath;
|
||||
|
||||
class UserTest extends TestCase
|
||||
@@ -133,7 +133,7 @@ class UserTest extends TestCase
|
||||
[],
|
||||
"Test",
|
||||
new EmptyTrustPath(),
|
||||
Uuid::fromDateTime(new \DateTime()),
|
||||
Uuid::v4(),
|
||||
"",
|
||||
"",
|
||||
0
|
||||
|
||||
Reference in New Issue
Block a user