5 lines
59 B
Makefile
5 lines
59 B
Makefile
.PHONY: tests
|
|
tests:
|
|
rm -r var/cache/
|
|
vendor/bin/phpunit
|
.PHONY: tests
|
|
tests:
|
|
rm -r var/cache/
|
|
vendor/bin/phpunit
|