{
	"containers": [
		{
			"prettyName": "PHP-FPM 5.2",
			"image": "tlovett1/php-5.2-phpunit-3.5",
			"beforeScripts": [
				"service mysql start",
				"bash bin/install-wp-tests.sh wordpress_test root '' localhost 4.1"
			],
			"testCommand": "phpunit"
		},
		{
			"prettyName": "PHP-FPM 5.5",
			"image": "tlovett1/php-fpm-phpunit-wp",
			"beforeScripts": [
				"service mysql start",
				"bash bin/install-wp-tests.sh wordpress_test root '' localhost 4.1"
			],
			"testCommand": "phpunit"
		}
	]
}