Skip to content

Programs needed on Windows to get the tests running

Daniel Dimitrov edited this page Oct 31, 2015 · 3 revisions

Running the tests on Windows can be a really tough task if you don't have the correct software on your machine. Make sure that you have all the programs listed below, if you do then running the tests would be as easy as:

> composer install
> vendor\bin\robo run:tests

Obviously, since this is a PHP repository you would need a server. You can chose between xampp, wamp, easyPHP or whatever you like.

Other software that you would need:

Make sure that composer, git, curl and java can be executed from the console (CMD).

Once you've installed the above software follow the steps in the README.md for Windows.

Clone this wiki locally