예제 #1
0
 /**
  * @covers phpDocumentor\Event\DebugEvent::getPriority
  */
 public function testAlwaysHasPriorityDebug()
 {
     $priority = LogLevel::DEBUG;
     $this->assertSame($priority, $this->fixture->getPriority());
 }