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 b5a7f7c commit 43d3662Copy full SHA for 43d3662
.github/nightly.php
@@ -36,7 +36,7 @@ function (): iterable {
36
foreach(new RecursiveIteratorIterator($it) as $file) {
37
if ($file->getExtension() == 'php' && ctype_upper($file->getBasename()[0])) {
38
yield [
39
- getcwd()."/phpunit",
+ getcwd()."/vendor/bin/phpunit",
40
dirname($file->getRealPath()),
41
];
42
}
0 commit comments