We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cdeda6f commit a7f789dCopy full SHA for a7f789d
ux.symfony.com/tests/Functional/UxPackagesTest.php
@@ -52,7 +52,7 @@ public static function getSmokeTests(): \Generator
52
yield $package->getName() => [$package, 'Read full Documentation'];
53
continue;
54
}
55
- if ('icons' === $package->getName()) {
+ if ('icons' === $package->getName()) {
56
// Icons has a different bottom section
57
yield $package->getName() => [$package, 'Documentation'];
58
0 commit comments