I am trying to get PHP Unit to run on my Windows. Here is what I have tried to get it to work:
- Installed PHPUnit - but it said I had the wrong version of PHP on.
- I uninstalled WAMP, because that was where PHPUnit was looking for PHP.
- I tried to find the
httdconf file, but couldn't find it so I ended up installing Apache in my root directory. But I don't think that made any difference, because I could still boot my local host even when Apache was not in my root directory. - I installed PHP 7 in my root directory
- To run my localhost server I now have to right
.\phpinstead of just php.
So I am not quite sure where to go now. My computer now says that PHP is not a recognized as an internal or external command.