Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4.0 |
#25068 introduced a bug when using bin-dir: bin
in Composer.
This condition will always return true
until /
is reached:
symfony/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit
Lines 30 to 35 in bd4fe8d
A simple workaround is to avoid using bin
as a bin-dir
.