Пример #1
0
 /**
  * @expectedException \Dive\Schema\SchemaException
  */
 public function testAddRelationThrowsRelationAlreadyExistsException()
 {
     $this->schema->addTableRelation('author', 'user_id', $this->schemaDefinition['relations']['author.user_id']);
 }