public function setUp() { parent::setUp(); $this->router = $this->container->get('router'); }
public function setUp() { parent::setUp(); $this->ria = $this->authenticateUser('*****@*****.**', array('ROLE_RIA')); $this->tradeReconManager = $this->container->get('wealthbot_admin.trade_recon.manager'); }
public function setUp() { parent::setUp(); $this->allocationValuesManager = $this->container->get('wealthbot_client.client_allocation_values.manager'); }