When i try to execute
vendor/bin/phpunit
i get error
-bash: vendor/bin/phpunit: Permission denied
on laravel 5.2 project. I tried deleting entire vendor folder and re installing with composer install
but the error occurs same. is there any solution for this matter?
thanks.