TheBigBrainsCompany / TbbcMoneyBundle

This bundle is used to integrate the Money library (https://github.com/mathiasverraes/money) into a Symfony project. This library is based on Fowler's Money pattern (https://verraes.net/2011/04/fowler-money-pattern-in-php/)
MIT License
192 stars 74 forks source link

docs: add infos to run tests local with mongoDB #172

Closed Chris53897 closed 7 months ago

Chris53897 commented 7 months ago

i could not run the mongoDB tests local. With this command it works.

Info: It will not work if the port 27017 is already used.

johanwilfer commented 7 months ago

Thanks!