Skip to content

Commit 43d3662

Browse files
committed
Fix
1 parent b5a7f7c commit 43d3662

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/nightly.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ function (): iterable {
3636
foreach(new RecursiveIteratorIterator($it) as $file) {
3737
if ($file->getExtension() == 'php' && ctype_upper($file->getBasename()[0])) {
3838
yield [
39-
getcwd()."/phpunit",
39+
getcwd()."/vendor/bin/phpunit",
4040
dirname($file->getRealPath()),
4141
];
4242
}

0 commit comments

Comments
 (0)