System: Win7 ,64Bit
I installed yii2 with composer. And I also tried to install codeception and phpunit by composer using these commands
composer global require "phpunit/phpunit=4.3.*"
composer global require "codeception/codeception=2.0.*"
composer global require "codeception/specify=*"
composer global require "codeception/verify=*"
I also added teh phpunit to the composer.json
"require-dev": {
"yiisoft/yii2-codeception": "*",
"yiisoft/yii2-debug": "*",
"yiisoft/yii2-gii": "*",
"yiisoft/yii2-faker": "*",
"phpunit/phpunit": "4.3.*"
},
and added current Path to the PATH environment variable
E:\wamp\www\website\vendor\bin
But if I run
phpunit --version
or
codeception
I get the Error message "The command 'phpunit' wasn't found...