coding-challenge-online-shop/test.sh
2018-07-14 10:44:39 +02:00

3 lines
70 B
Bash

#!/bin/bash
(cd ./src && php -d memory_limit=128M vendor/bin/phpunit)