donatj / mock-webserver

Simple mock web server in PHP for unit testing.
MIT License
131 stars 21 forks source link

Added windows compatibility #13

Closed dron2004 closed 5 years ago

dron2004 commented 5 years ago

Tested on Windows 7 x64 / PHP 5.4.45 Tested on Windows 7 x64 / PHP 7.2.10 Tested on Windows 10 x64 / PHP 7.2.10

donatj commented 5 years ago

Oh man, thank you for the time you put into it!

I’ll have to review it tomorrow but scanning it on my phone it looks good.

donatj commented 5 years ago

Do you know anything about Windows based CI like AppVeyor? I'd love to get the tests running on Windows instance as well

donatj commented 5 years ago

I'm merging this into a "v3wip" branch. I think Windows compatibility is totally major release worthy.