diff --git a/tests/runTests.sh b/tests/runTests.sh index c4a37bc..0547fd7 100755 --- a/tests/runTests.sh +++ b/tests/runTests.sh @@ -14,4 +14,4 @@ echo '' echo '' echo 'Testing for Coding Styling Compliance.' echo 'All code should follow PSR standards.' -./vendor/fabpot/php-cs-fixer/php-cs-fixer fix ./ --level="all" -vv --dry-run \ No newline at end of file +./vendor/bin/php-cs-fixer fix ./ --level="all" -vv --dry-run \ No newline at end of file