Open tejasmanohar opened 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.
A start in the PHPUnit direction: https://github.com/borisrepl/boris/pull/107
thx @wogsland
as this project grows, i think it's best that we add unit tests. which framework? phpunit?