public function testRelationshipEmptyOnNewRecords()
 {
     // Relies on the fact that (unrelated) comments exist in the fixture file already
     $newTeam = new DataObjectTest_Team();
     // has_many Comments
     $this->assertEquals(array(), $newTeam->Fans()->column('ID'));
 }