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 46d8d16 commit f4bec0aCopy full SHA for f4bec0a
scripts/build-phar.php
@@ -60,7 +60,7 @@
60
}
61
62
$fullpath = $file->getPathname();
63
- if (strpos($fullpath, '/Tests/') !== false) {
+ if (strpos($fullpath, DIRECTORY_SEPARATOR.'Tests'.DIRECTORY_SEPARATOR) !== false) {
64
continue;
65
66
0 commit comments