mrtnzlml-archive / testbench

:green_apple: Simple integration testing tool for Nette applications
http://zlml.cz/jednoduche-testovani-pro-uplne-kazdeho
41 stars 13 forks source link

Change OS detection. #10

Closed jakubskrz closed 8 years ago

jakubskrz commented 8 years ago

Unix platforms can return more variants than just Linux.

For example, OS X returns Darwin and Testbench is therefore looking for php-win.ini

See https://en.wikipedia.org/wiki/Uname#Table_of_standard_uname_output

mrtnzlml commented 8 years ago

Thanks.