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 e5299c6 commit a833a31Copy full SHA for a833a31
src/Standards/Generic/Tests/Files/ExecutableFileUnitTest.php
@@ -22,9 +22,7 @@ class ExecutableFileUnitTest extends AbstractSniffUnitTest
22
*/
23
protected function shouldSkipTest()
24
{
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.
+ // Skip on Windows which doesn't have the concept of executable files.
28
return (stripos(PHP_OS, 'WIN') === 0);
29
30
}//end shouldSkipTest()
0 commit comments