This is a Zf2 Skeleton application with Doctrine and multiple database implementation (2 Entity Manager), this skelton use also Jenkins for CI.\nUnit tests are centralize in phpunit.xml on tests root ...
CREATE DATABASE IF NOT EXISTS `doctrine`; USE `doctrine`; CREATE TABLE `album` ( `id` int(11) NOT NULL AUTO_INCREMENT, `artist` varchar(255) DEFAULT NULL, `title` varchar(255) DEFAULT NULL, PRIMARY ...