Skip to content

Commit

Permalink
[tests] #1596 Fix double slashes in phpunit path
Browse files Browse the repository at this point in the history
  • Loading branch information
symfonyaml authored Sep 27, 2024
1 parent 3f4d70d commit d86730d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Test/MakerTestRunner.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function updateSchema(): void
public function runTests(): void
{
$internalTestProcess = MakerTestProcess::create(
\sprintf('php %s', $this->getPath('/bin/phpunit')),
\sprintf('php %s', $this->getPath('bin/phpunit')),
$this->environment->getPath())
->run(true)
;
Expand Down

0 comments on commit d86730d

Please sign in to comment.