Skip to content
New issue

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

docker-composer issue with tests on MacOs #6

Closed
curquiza opened this issue Jul 9, 2020 · 3 comments
Closed

docker-composer issue with tests on MacOs #6

curquiza opened this issue Jul 9, 2020 · 3 comments
Labels
help wanted Extra attention is needed

Comments

@curquiza
Copy link
Member

curquiza commented Jul 9, 2020

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
@curquiza curquiza added help wanted Extra attention is needed Symfony integration labels Jul 9, 2020
@devrck
Copy link

devrck commented Jul 10, 2020

Seems like vendor maybe missing 🤔

@curquiza
Copy link
Member Author

It seems like this is an issue with MacOs, it works fine on Linux.

@curquiza curquiza changed the title docker-composer issue with tests docker-composer issue with tests on MacOs Jul 20, 2020
@brunoocasali
Copy link
Member

I think this is no longer an issue since we have a docker-compose integration #182

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants