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