liuggio / fastest

Simple parallel testing execution... with some goodies for functional tests.
MIT License
475 stars 65 forks source link

Updated the Doctrine connection adapters to include the existing project... #23

Closed wcluijt closed 9 years ago

wcluijt commented 9 years ago

... database name when retrieving a unique database name from the environment

This is to allow multiple projects using the same database server to run their tests concurrently without overwriting each others data, such as on a Jenkins Continuous Integration server.

liuggio commented 9 years ago

great was in my todo list :) also @fmosca was asking for me feature...