liip / LiipTestFixturesBundle

This bundles enables efficient loading of Doctrine fixtures in functional test-cases for Symfony applications
https://liip.ch
MIT License
165 stars 45 forks source link

contributing: MongoDb extension on Mac M1 #300

Open Chris53897 opened 4 months ago

Chris53897 commented 4 months ago

Preconditions

Following the Contribute-Guide https://github.com/liip/LiipTestFixturesBundle/blob/2.x/doc/contributing.md does not install MongoDb extension on Mac M1. I am not sure about other OS.

Steps to reproduce

Follow the guide above

Expected result

Correct local test environment.

Actual result

Error about missing MongoDb extension

alexislefebvre commented 4 months ago

I don't have a M1 to test, but it may work: https://github.com/bitnami/containers/issues/40947#issuecomment-1927013148

You can keep this change on your local environment without pushing it.

Chris53897 commented 4 months ago

@alexislefebvre Thanks, I will have a look at this and the PR as soon as if i have some free time.