Example #1
0
 public function testGetEntityClassException()
 {
     $this->setExpectedException(ConfigException::class);
     $entityClass = $this->config->getEntityClass('User');
 }