i have installed codeception globally. it works fine when i run codecept run functional
command. when i insert laravel5 module into functional.suite.yml
as per instruction from codeception website documentation, it gives me error like this.
when i remove laravel5 module codecept run
works normally. anyone knows how to tackle that error? should i install codeception locally instead of globally?
Note : i don't use homestead/vagrant