We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b339195 commit 390cfa1Copy full SHA for 390cfa1
tests/Type/Symfony/ExtensionTest.php
@@ -43,8 +43,12 @@ public function dataFileAsserts(): iterable
43
}
44
45
yield from $this->gatherAssertTypes(__DIR__ . '/data/serializer.php');
46
+
47
+ if (class_exists('Symfony\Component\HttpFoundation\InputBag')) {
48
+ yield from $this->gatherAssertTypes(__DIR__ . '/data/input_bag_from_request.php');
49
+ }
50
51
yield from $this->gatherAssertTypes(__DIR__ . '/data/denormalizer.php');
- yield from $this->gatherAssertTypes(__DIR__ . '/data/input_bag_from_request.php');
52
53
54
/**
0 commit comments