Skip to content

Commit 134a0ca

Browse files
committed
The generic standard was being skipped from testing (ref #1572)
1 parent ef1b2d6 commit 134a0ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Standards/AllSniffs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public static function suite()
7575
$ignoreTestsForStandards = explode(',', $ignoreTestsForStandards);
7676
}
7777

78-
$installedStandards = Standards::getInstalledStandardDetails();
78+
$installedStandards = Standards::getInstalledStandardDetails(true);
7979

8080
foreach ($installedStandards as $name => $details) {
8181
Autoload::addSearchPath($details['path'], $details['namespace']);

0 commit comments

Comments
 (0)