Changeset 2242 for trunk/index.php

Show
Ignore:
Timestamp:
03/08/2008 04:53:47 PM (9 months ago)
Author:
Geert
Message:

Checking in an early working version of the Unittest library. Provide one or more paths that contain unit tests. They will be recursively iterated. Example unit test class: http://pastie.textmate.org/163403

To do:

  • Provide more result info in case of a failure
  • Move results html to separate view
  • Maybe a call implementation for all the assert methods?
  • Rename to Unit_Test? (will need some Kohana::auto_load tweak)

Thanks to allain for posting his patch on #129. Definitely served as a good starting point to me!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/index.php

    r2229 r2242  
    6666 
    6767/** 
    68  * Test to make sure that Kohana is running on PHP 5.1.3 or newer. Once you are 
     68 * Test to make sure that Kohana is running on PHP 5.2 or newer. Once you are 
    6969 * sure that your environment is compatible with Kohana, you can disable this. 
    7070 */