- Symfony2
Clone the repo
$ [email protected]:Dsazz/Space-Project.git [your-name]And then install composer dependencies
$ cd [project-name]
$ composer installWhen installer asks for parameters leave them all at default values.
- Doctrine
After installation create the schema and load fixtures
$ app/console doctrine:schema:create
$ app/console doctrine:fixtures:load- Selenium
Download into your project selenium server link(http://www.seleniumhq.org/download/).
Run it:
$ java -jar selenium-server-standalone-[version].jar- Behat
To run the tests Behat:
$ php bin/behat