What’s happening in Kohana SVN (2)
- Posted by dlib on March 13th, 2008 filed in Subversion
I promised a while back to keep you updated on the code lurking in Kohana’s svn repository. Well, something is happening. Geert coded a Unit Test library for Kohana. I have used it for some small things and it’s neat. It does exactly what I need it do. I hope to write a short tutorial for this library shortly. If you’ve never heard of unit testing before, you better google for it to prepare yourself
Another thing in happening is the IN_PRODUCTION flag in Kohana. You can set this flag if you want some things to be available only during development or when your site is live. For example, you might do some tests that should be disabled for end-users. I’ll try to cover this in a mini-tutorial sometime in the future.
Leave a Comment