2

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.

Deemantha
  • 433
  • 9
  • 30

1 Answers1

2

I tried php vendor/bin/phpunit and it works like a charm. and i set up phpunit on phpStorm. it works fine too

Deemantha
  • 433
  • 9
  • 30