Exemplo n.º 1
0
 /**
  * @depends testBaseException
  * @expectedException \PHPUnit_Framework_Error
  */
 public function testBaseExceptionOnPrioritySet(EventBaseInterface $base)
 {
     $base->setPriority(EventBase::DEFAULT_PRIORITY);
 }