Protoqol / Prequel

Prequel for Laravel. Clear and concise database management. Unfortunately, not actively maintained due to time constraints.
https://packagist.org/packages/protoqol/prequel
MIT License
1.54k stars 96 forks source link

Allow overwrite phpunit.xml only locally #132

Closed Muhammad-Sarfaraz closed 3 years ago

Muhammad-Sarfaraz commented 3 years ago

[FIX] Allow overwrite phpunit.xml only locally

As the phpunit looks for phpunit.xml then fallbacks to phpunit.xml.dist. We can prevent the local phpunit.xml to overwrite the master phpunit configuration. It will allows us to have some variants in local development.