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 3f4d70d commit d86730dCopy full SHA for d86730d
src/Test/MakerTestRunner.php
@@ -207,7 +207,7 @@ public function updateSchema(): void
207
public function runTests(): void
208
{
209
$internalTestProcess = MakerTestProcess::create(
210
- \sprintf('php %s', $this->getPath('/bin/phpunit')),
+ \sprintf('php %s', $this->getPath('bin/phpunit')),
211
$this->environment->getPath())
212
->run(true)
213
;
0 commit comments