Changeset 2290

Show
Ignore:
Timestamp:
03/12/2008 11:06:37 AM (7 months ago)
Author:
Geert
Message:

Casting Kohana_Unit_Test_Exception message to string again.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/modules/unit_test/libraries/Unit_Test.php

    r2289 r2290  
    402402        { 
    403403                // Failure message 
    404                 parent::__construct($message); 
     404                parent::__construct((string) $message); 
    405405 
    406406                // Extra user-defined debug info