Skip to content

Commit a833a31

Browse files
committed
Docs: remove reference to PEAR in comment
1 parent e5299c6 commit a833a31

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.php

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ class ExecutableFileUnitTest extends AbstractSniffUnitTest
2222
*/
2323
protected function shouldSkipTest()
2424
{
25-
// PEAR doesn't preserve the executable flag, so skip
26-
// tests when running in a PEAR install.
27-
// Also skip on Windows which doesn't have the concept of executable files.
25+
// Skip on Windows which doesn't have the concept of executable files.
2826
return (stripos(PHP_OS, 'WIN') === 0);
2927

3028
}//end shouldSkipTest()

0 commit comments

Comments
 (0)