SHELL := /bin/bash

tests:
#    symfony console doctrine:fixtures:load -n
    symfony php bin/phpunit
.PHONY: tests