File tree Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Expand file tree Collapse file tree 4 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -195,6 +195,7 @@ jobs:
195195 env :
196196 XDEBUG_MODE : coverage
197197 PHP_VERSION : ${{ matrix.php-version }}
198+ CASTOR_GENERATE_STUBS : 0
198199 steps :
199200 - uses : actions/checkout@v5
200201 - name : Install dependencies
Original file line number Diff line number Diff line change 8888 "web-token/jwt-library" : " Mandatory for fetching Metadata Statement from distant sources" ,
8989 "symfony/security-bundle" : " Symfony firewall using a JSON API (perfect for script applications)"
9090 },
91+ "minimum-stability" : " beta" ,
9192 "require-dev" : {
9293 "doctrine/dbal" : " ^3.8|^4.0" ,
93- "doctrine/doctrine-bundle" : " ^2.12 " ,
94+ "doctrine/doctrine-bundle" : " ^2.18.1|^3.0 " ,
9495 "doctrine/orm" : " ^2.14|^3.0" ,
9596 "doctrine/persistence" : " ^3.1|^4.0" ,
9697 "matthiasnoback/symfony-dependency-injection-test" : " ^5.1|^6.0" ,
Original file line number Diff line number Diff line change @@ -101,8 +101,6 @@ doctrine:
101101
102102 url : ' %env(resolve:DATABASE_URL)%'
103103 orm :
104- enable_lazy_ghost_objects : true
105- auto_generate_proxy_classes : true
106104 naming_strategy : doctrine.orm.naming_strategy.underscore_number_aware
107105 auto_mapping : true
108106 controller_resolver :
Original file line number Diff line number Diff line change 1616use Webauthn \PublicKeyCredentialDescriptor ;
1717use Webauthn \PublicKeyCredentialRequestOptions ;
1818use Webauthn \Tests \Bundle \Functional \WebauthnTestCase ;
19- use Webauthn \Tests \MockedRequestTrait ;
2019
2120/**
2221 * @internal
2322 */
2423final class AssertionTest extends WebauthnTestCase
2524{
26- use MockedRequestTrait;
27-
2825 #[Test]
2926 public function anAssertionResponseCanBeLoadedAndVerified (): void
3027 {
You can’t perform that action at this time.
0 commit comments