Esempio n. 1
0
 public function test_cannot_get_non_existing_type()
 {
     $this->setExpectedException(DBALException::class);
     $manager = new CustomTypeManager();
     $manager->getType('non_existing');
 }