We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a failure when I try to launch the tests with docker compose:
$ docker-compose up -d Creating network "meilisearch-symfony_default" with the default driver Creating meilisearch-symfony_meilisearch_1 ... done Creating meilisearch-symfony_php_1 ... done $ docker-compose exec -e MEILISEARCH_URL=http://meilisearch:7700 php composer test:unit Parse error: syntax error, unexpected 'string' (T_STRING), expecting function (T_FUNCTION) or const (T_CONST) in /usr/src/vendor/ocramius/package-versions/src/PackageVersions/Installer.php on line 34
The text was updated successfully, but these errors were encountered:
Seems like vendor maybe missing 🤔
Sorry, something went wrong.
It seems like this is an issue with MacOs, it works fine on Linux.
I think this is no longer an issue since we have a docker-compose integration #182
No branches or pull requests
I get a failure when I try to launch the tests with docker compose:
The text was updated successfully, but these errors were encountered: