diff --git a/test/prepareSauceTest.sh b/test/prepareSauceTest.sh index 831a8d1..46b0739 100644 --- a/test/prepareSauceTest.sh +++ b/test/prepareSauceTest.sh @@ -15,4 +15,4 @@ echo "Good PHP version" curl -s https://raw.github.com/jlipps/sausage-bun/master/givememysausage.php | php cp test/config_local.php.sauce config_local.php php -S localhost:8888 2> /dev/null & -vendor/bin/phpunit Sauce.php \ No newline at end of file +vendor/bin/phpunit test/Sauce.php \ No newline at end of file