test:
	php console app:env test
	php console test

docker:
	docker-compose up
