gradido/tests/testApi.sh
2021-02-19 14:57:19 +00:00

5 lines
129 B
Bash
Executable File

#!/bin/bash
cd ..
sudo -u www-data ./vendor/bin/phpunit --testdox tests/TestCase/Controller/StateBalancesControllerTest
cd tests