borisrepl / boris

A tiny REPL for PHP
MIT License
2.16k stars 115 forks source link

add unit tests #90

Open tejasmanohar opened 9 years ago

tejasmanohar commented 9 years ago

as this project grows, i think it's best that we add unit tests. which framework? phpunit?

cmckni3 commented 9 years ago

phpunit has been pretty good for me. Comes with code coverage builtin if you have xdebug installed. atoum is a modern PHP testing framework and looks pretty good too.

wogsland commented 9 years ago

A start in the PHPUnit direction: https://github.com/borisrepl/boris/pull/107

tejasmanohar commented 9 years ago

thx @wogsland