Example #1
0
 /**
  * @test
  * @expectedException RuntimeException
  */
 public function it_throws_an_exception_when_setting_an_invalid_database_driver()
 {
     $this->repository->setDatabaseDriver('foo');
 }