Skip to content

Programs needed on Windows to get the tests running

Daniel Dimitrov edited this page Nov 3, 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.

Note: If you run the tests and you always get issues with deleting the joomla-cms folder, then most probably tgitcache is locking the .git folder and php can't delete it.

In turtoiseGit go to Settings / Icon overlays, in section "Status cache" select "None". TGitCache.exe will disappear from the process list. If you need it again, you can turn it on by selecting other option, like "Default". After a click in an explorer window the TGitCache.exe will run again. http://stackoverflow.com/questions/16773257/how-can-i-stop-and-start-tgitcache-exe-gracefully

Clone this wiki locally