IMPORTANT: I found a better repo for a base bootstrap for PHP katas:
https://github.com/CodiumTeam/php-kata-bootstrap
Base project for katas. In order to perform a kata, first of all you will need to install all of the dependencies. This can be done using composer.
Next, to execute the unit tests you need run this from the php directory
.\bin\phpunitCoverage:
If your IDE doesn't handle it you can launch and visualize it from the command line. Given you are in the php folder just run
.\bin\phpunit --coverage-textIf you want to visualize it from the browser you have to run PHPUnit with this parameters
.\bin\phpunit --coverage-html report/Then visualize
.\report\index.htmlin a browser
.\bin\phpspec desc Kata\Sut
.\bin\phpspec run .\bin\behat --init
.\bin\behat