Tag Archives: kohana unit testing
Kohana 3.1 Migration – Unit Testing
Kohana Unittest module has no major changes on how to set it up, however, because of the 3.1 update, bootstrapping the unit tests for PHPUnit has changed a bit (just a bit). Based on my old post, here is how … Continue reading
Kohana Unit Testing – Finally
I’ve written about using PHPUnit in Kohana in the past. However, there is now an official Unit Testing module for Kohana v3 (uses PHPUnit). From the previous hacks, I changed it now to be compliant with the official unit testing … Continue reading
Posted in Kohana v3, PHPUnit
Tagged kohana phpunit, kohana unit test, kohana unit testing, kohana unittest, PHPUnit, unit test, unit testing, unittest
9 Comments
Unit Testing Kohana v3 – PHPUnit
Like Zend Framework, I also created unit testing for Kohana v3 based projects. It is done seamlessly with PHPUnit of course. The following are the simple steps I’ve done to setup a PHPUnit test environment for Kohana v3. UPDATE: I … Continue reading
Posted in Kohana v3, PHPUnit
Tagged kohana phpunit, kohana unit test, kohana unit testing, PHPUnit, phpunit kohana, unit test, unit testing
5 Comments




