Show
Ignore:
Timestamp:
03/09/2008 05:59:16 AM (9 months ago)
Author:
Geert
Message:

Unit_Test library update:

  • User Test classes now must extend Unit_Test_Case instead of Unit_Test_Core. This way the Unit_Test_Core $paths and $results properties cannot be overwritten. Updated example test class: http://pastie.textmate.org/163587
  • Moved test results html to separate view
  • Added assert_empty() and assert_pattern()
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/system/libraries/View.php

    r2152 r2247  
    2727         * @param   array   pre-load data 
    2828         * @param   string  type of file: html, css, js, etc. 
     29         * @return  object 
    2930         */ 
    3031        public static function factory($name, $data = NULL, $type = NULL)