We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455ca59 commit ea8f5c1Copy full SHA for ea8f5c1
ux.symfony.com/tests/Functional/UxPackagesTest.php
@@ -59,6 +59,12 @@ public static function getSmokeTests(): \Generator
59
continue;
60
}
61
62
+ if ($package->isDeprecated()) {
63
+ // Deprecated packages have a minimal layout
64
+ yield $package->getName() => [$package, 'Deprecated Package'];
65
+ continue;
66
+ }
67
+
68
yield $package->getName() => [$package, \sprintf('%s Doc', $package->getHumanName())];
69
70
0 commit comments