Closed
Description
Q | A |
---|---|
Bug report? | yes |
Feature request? | no |
BC Break report? | no |
RFC? | no |
Symfony version | 3.4-RC2, 4.0-RC2 |
When i run php bin\console cache:clear --env=test
i get a error message:
C:\sf\4>php bin\console cache:clear --env=test
In Client.php line 28:
Class Symfony\Component\HttpKernel\Client not found
In Client.php line 31:
Class Symfony\Component\BrowserKit\Client not found
There is no error messages for dev
and prod
environments.
To reproduce error download composer.json
from symfony/skeleton
, run composer install
and php bin\console cache:clear --env=test
:
- https://github.com/symfony/skeleton/blob/3.4/composer.json
- https://github.com/symfony/skeleton/blob/4.0/composer.json
There is no errors with composer.json
from symfony/skeleton@3.3
Metadata
Metadata
Assignees
Labels
No labels