Example #1
0
 public static function tearDownAfterClass()
 {
     parent::tearDownAfterClass();
     /* Make sure that no other test suites that might throw
        LoggingExceptions try to use this logger instance. */
     Exception::unregisterLogger();
 }