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 ef1b2d6 commit 134a0caCopy full SHA for 134a0ca
tests/Standards/AllSniffs.php
@@ -75,7 +75,7 @@ public static function suite()
75
$ignoreTestsForStandards = explode(',', $ignoreTestsForStandards);
76
}
77
78
- $installedStandards = Standards::getInstalledStandardDetails();
+ $installedStandards = Standards::getInstalledStandardDetails(true);
79
80
foreach ($installedStandards as $name => $details) {
81
Autoload::addSearchPath($details['path'], $details['namespace']);
0 commit comments