Exemple #1
0
 /**
  * @covers \Qutee\Queue::get
  * @expectedException \Qutee\Exception
  */
 public function testGettingQueueWithoutPreviouslyCreatingItThrowsException()
 {
     Queue::setInstance(null);
     Queue::get();
 }