Esempio n. 1
0
 public function testGetNonExistentAliasThrowsException()
 {
     $this->setExpectedException('RuntimeException');
     $this->runner->getCheck('non-existent-check');
 }