Skip to content

Commit a0023df

Browse files
committed
refactor: remove unused trait from AssertionTest and adjust doctrine-bundle version constraint
1 parent 1acdfa0 commit a0023df

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@
9191
"minimum-stability": "beta",
9292
"require-dev": {
9393
"doctrine/dbal": "^3.8|^4.0",
94-
"doctrine/doctrine-bundle": "^3.0",
94+
"doctrine/doctrine-bundle": "^2.18.1|^3.0",
9595
"doctrine/orm": "^2.14|^3.0",
9696
"doctrine/persistence": "^3.1|^4.0",
9797
"matthiasnoback/symfony-dependency-injection-test": "^5.1|^6.0",

tests/symfony/functional/Assertion/AssertionTest.php

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,12 @@
1616
use Webauthn\PublicKeyCredentialDescriptor;
1717
use Webauthn\PublicKeyCredentialRequestOptions;
1818
use Webauthn\Tests\Bundle\Functional\WebauthnTestCase;
19-
use Webauthn\Tests\MockedRequestTrait;
2019

2120
/**
2221
* @internal
2322
*/
2423
final class AssertionTest extends WebauthnTestCase
2524
{
26-
use MockedRequestTrait;
27-
2825
#[Test]
2926
public function anAssertionResponseCanBeLoadedAndVerified(): void
3027
{

0 commit comments

Comments
 (0)