Changeset 420
- Timestamp:
- 03/23/07 17:47:49 (2 years ago)
- Files:
-
- trunk/src/main/php/net/stubbles/util/errorhandler/stubCompositeErrorHandler.php (modified) (1 diff)
- trunk/src/main/php/net/stubbles/util/errorhandler/stubLogErrorHandler.php (added)
- trunk/src/test/php/net/stubbles/util/UtilTestSuite.php (modified) (1 diff)
- trunk/src/test/php/net/stubbles/util/errorhandler/stubLogErrorHandlerTestCase.php (added)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/src/main/php/net/stubbles/util/errorhandler/stubCompositeErrorHandler.php
r413 r420 36 36 /** 37 37 * 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. 38 41 * 39 42 * @param int $level level of the raised error trunk/src/test/php/net/stubbles/util/UtilTestSuite.php
r416 r420 28 28 $this->addTestFile($dir . '/errorhandler/stubCompositeErrorHandlerTestCase.php'); 29 29 $this->addTestFile($dir . '/errorhandler/stubIllegalArgumentErrorHandlerTestCase.php'); 30 $this->addTestFile($dir . '/errorhandler/stubLogErrorHandlerTestCase.php'); 30 31 31 32 // logging api
