10 lines
145 B
Makefile
10 lines
145 B
Makefile
setup:
|
|
composer.phar install
|
|
npm install
|
|
|
|
test:
|
|
php ./bin/phpunit -c build/
|
|
|
|
phantomjs:
|
|
phantomjs --webdriver=8643 --ignore-ssl-errors=yes &
|