Esempio n. 1
0
 protected function setUp()
 {
     parent::setUp();
     $this->configuration = array('account_create' => array('id' => '111111', 'label' => 'accountCreateLabel', 'value' => 0));
     $this->adwords = new Adwords($this->container, $this->configuration);
 }
Esempio n. 2
0
 protected function setUp()
 {
     parent::setUp();
     $this->configuration = array('default' => array('name' => 'MyJavaScriptCompatibleVariableNameWithNoSpaces', 'accountId' => 'xxxxxx', 'domain' => '.example.com', 'allowHash' => false, 'allowLinker' => true, 'trackPageLoadTime' => false));
     $this->analytics = new Analytics($this->container, $this->configuration);
 }