My boss assigned me to learn how to use Kohana and implement simple test in that. We would like to use it as our framework for future projects.
Being new to both KohanaPHP and SimpleTest, I can't figure out how to do even the simplest test of my helpers. I can't even find a single step-by-step tutorial on how to attach SimpleTest to Kohana.
Anyone here have an idea?
We've created a SimpleTest_controller in Kohana
and it gets the test from a directory tests
you can call
domain.com/simpletest
to run all or you can calldomain.com/simpletest/run/account
if you have a accountfolder in your testfolder