Changeset 420

Show
Ignore:
Timestamp:
03/23/07 17:47:49 (2 years ago)
Author:
mikey
Message:

added net.stubbles.util.errorhandler.stubLogErrorHandler (unit test has to be finished)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/main/php/net/stubbles/util/errorhandler/stubCompositeErrorHandler.php

    r413 r420  
    3636    /** 
    3737     * checks whether this error handler is responsible for the given error 
     38     *  
     39     * This method is called in case the level is 0. It decides whether the  
     40     * error has to be handled or if it can be omitted. 
    3841     * 
    3942     * @param   int     $level    level of the raised error 
  • trunk/src/test/php/net/stubbles/util/UtilTestSuite.php

    r416 r420  
    2828        $this->addTestFile($dir . '/errorhandler/stubCompositeErrorHandlerTestCase.php'); 
    2929        $this->addTestFile($dir . '/errorhandler/stubIllegalArgumentErrorHandlerTestCase.php'); 
     30        $this->addTestFile($dir . '/errorhandler/stubLogErrorHandlerTestCase.php'); 
    3031         
    3132        // logging api