示例#1
0
 /**
  * Test that driver complains about missing configuration.
  *
  * @return void
  */
 public function testMissingConfiguration()
 {
     $this->setExpectedException('VuFind\\Exception\\ILS');
     $this->driver->init();
 }