示例#1
0
 /**
  * @depends test_handler
  */
 function test_level()
 {
     // Test default_level change
     Analog::$default_level = 1;
     Analog::log('Testing');
     $this->assertStringMatchesFormat("localhost, %d-%d-%d %d:%d:%d, 1, Testing\n", self::$log);
     Analog::$default_level = 3;
 }