Пример #1
0
 public function testExceptionWhenTypeNotExist()
 {
     $msg = 'Type "VibrantAcknowledgment" does not exist';
     $this->setExpectedException('Wookieb\\ZorroDataSchema\\Exception\\TypeNotFoundException', $msg);
     $this->object->getType('VibrantAcknowledgment');
 }