Exemplo n.º 1
0
 public function testCanOverrideSourceColumnName()
 {
     $relationship = new Relationship($this->table, 'dewdrop_test_fruits_eaten_by_animals');
     $relationship->setSourceColumnName('fafafafa');
     $this->assertEquals('fafafafa', $relationship->getSourceColumnName());
 }