Skip to content

gabrielmustiere/symfony-spacebar

Folders and files

NameName
Last commit message
Last commit date

Latest commit

9addaf1 · Jan 21, 2019

History

9 Commits
Jan 15, 2019
Jan 15, 2019
Jan 20, 2019
Jan 21, 2019
Jan 20, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019
Jan 21, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019
Jan 15, 2019

Repository files navigation

Spacebar Installation

composer install
php bin/console doctrine:database:create --if-no-exists -q
php bin/console doctrine:migration:migrate -q
php bin/console doctrine:fixtures:load -q
php bin/console server:run

Run Panther tests

Without chrome

php bin/phpunit

With chrome

PANTHER_NO_HEADLESS=1 ./bin/phpunit