I have a PHP Application (Symfony and ezplatform) and want to run Functional tests Automatically after every push in git.
the requirement for that is that i need A database where I can put my latest dump of DB on it and then run the tests against it.
is that possible to do it in CodeShip for a PHP application at all ? and if yes, how ?