Ejemplo n.º 1
0
 public function testSubclassedLogger()
 {
     $this->assertTrue(SS_Log::get_logger() !== SS_LogTest_NewLogger::get_logger());
 }