When I run the debugger on PhpStorm I get:
/Applications/MAMP/bin/php/php5.6.10/bin/php -dxdebug.remote_enable=1 -dxdebug.remote_mode=req -dxdebug.remote_port=9000 -dxdebug.remote_host=127.0.0.1 /private/var/folders/b8/xt21vdh94pbc6ht731dh5k_h0000gn/T/ide-phpunit.php --no-configuration /Users/Amit/Web/WPML.beta Testing started at 9:04 PM ...
Process finished with exit code 1 Cannot find PHPUnit in include path (.:/Applications/MAMP/bin/php/php5.6.10/lib/php)
In the Settings I do not see the PHPUnit plugin (image attached)
Any idea what's next?

