File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 1212namespace Symfony \Bundle \FrameworkBundle \Tests \Functional ;
1313
1414use Symfony \Bundle \FrameworkBundle \Tests \Functional \Bundle \TestBundle \Controller \UidController ;
15- use Symfony \Component \HttpKernel \Controller \ArgumentResolver \UidValueResolver ;
1615use Symfony \Component \Uid \Ulid ;
1716use Symfony \Component \Uid \UuidV1 ;
1817use Symfony \Component \Uid \UuidV4 ;
@@ -42,10 +41,6 @@ public function testArgumentValueResolverDisabled()
4241
4342 public function testArgumentValueResolverEnabled ()
4443 {
45- if (!class_exists (UidValueResolver::class)) {
46- $ this ->markTestSkipped ('Needs symfony/http-kernel >= 6.1 ' );
47- }
48-
4944 $ client = $ this ->createClient (['test_case ' => 'Uid ' , 'root_config ' => 'config_enabled.yml ' ]);
5045
5146 // Any format
Original file line number Diff line number Diff line change 11imports :
22 - { resource: "../config/default.yml" }
3+
4+ framework :
5+ uid :
6+ enabled : false
You can’t perform that action at this time.
0 commit comments