Show
Ignore:
Timestamp:
03/09/2008 03:12:01 AM (10 months ago)
Author:
Geert
Message:

Follow-up to r2245. You're absolutely right, Woody! The problem was that I still had a MY_Unit_Test file in application/libraries that I completely forgot about. That caused some issues with the constructor arguments. Anyway, my bad. Sorry.

Files:
1 modified

Legend:

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

    r2245 r2246  
    11<?php defined('SYSPATH') or die('No direct script access.'); 
    22/** 
    3  * Unittest library. 
     3 * Unit_Test library. 
    44 * 
    55 * $Id$ 
    66 * 
    7  * @package    Unittest 
     7 * @package    Unit_Test 
    88 * @author     Kohana Team 
    99 * @copyright  (c) 2007-2008 Kohana Team 
     
    3838                } 
    3939 
    40                 Log::add('debug', 'Unittest Library initialized'); 
     40                Log::add('debug', 'Unit_Test Library initialized'); 
    4141        } 
    4242 
     
    250250        } 
    251251 
    252 } // End Unittest 
     252} // End Unit_Test