* @version SVN: $Id: Builder.php 7490 2010-03-29 19:53:27Z jwage $ */ class Country extends BaseCountry { public function setUp() { parent::setUp(); $this->hasOne('Price', array('local' => 'id','foreign' => 'country_id')); $this->hasOne('Delais', array('local' => 'id','foreign' => 'country_id')); } }