Skip to content

Commit 1a202bb

Browse files
committed
Added missing include for when running tests from a PEAR install
1 parent 99d6757 commit 1a202bb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/AllTests.php

+1
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
} else {
1616
include_once 'CodeSniffer/Core/AllTests.php';
1717
include_once 'CodeSniffer/Standards/AllSniffs.php';
18+
include_once 'FileList.php';
1819
}
1920

2021
// PHPUnit 7 made the TestSuite run() method incompatible with

0 commit comments

Comments
 (0)