-
Notifications
You must be signed in to change notification settings - Fork 89
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:
- Firefox https://www.mozilla.org/en-US/firefox/new
- composer https://getcomposer.org/download/
- git https://git-scm.com/download/win
- curl http://curl.haxx.se/download.html (download the version with SSL)
- java https://java.com/en/download/
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.