Skip to content

Commit d86730d

Browse files
authored
[tests] #1596 Fix double slashes in phpunit path
1 parent 3f4d70d commit d86730d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Test/MakerTestRunner.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ public function updateSchema(): void
207207
public function runTests(): void
208208
{
209209
$internalTestProcess = MakerTestProcess::create(
210-
\sprintf('php %s', $this->getPath('/bin/phpunit')),
210+
\sprintf('php %s', $this->getPath('bin/phpunit')),
211211
$this->environment->getPath())
212212
->run(true)
213213
;

0 commit comments

Comments
 (0)