public function setUp() { parent::setUp(); $this->r = new JavascriptRenderer($this->debugbar); $this->r->setBasePath('/bpath'); $this->r->setBaseUrl('/burl'); }
public function setUp() { parent::setUp(); $this->debugbar->setStorage(new MockStorage(array('foo' => array('__meta' => array('id' => 'foo'))))); $this->openHandler = new OpenHandler($this->debugbar); }