Exemplo n.º 1
0
 public function testReturnsXrefTableReferenceColumnMetatadata()
 {
     $relationship = new Relationship($this->table, 'dewdrop_test_fruits_eaten_by_animals');
     $metadata = $relationship->getFieldMetadata();
     $this->assertEquals('fruit_id', $metadata['COLUMN_NAME']);
 }