Skip to content

Commit

Permalink
updating ViewTest to remove "Template" creation
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Cornutt committed Aug 10, 2012
1 parent 6b7e167 commit ded0dec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Shield/tests/Shield/ViewTest.php
Expand Up @@ -14,7 +14,7 @@ public function setUp()
$this->_di = new Di(); $this->_di = new Di();
Config::load(); Config::load();
$this->_filter = new Filter($this->_config); $this->_filter = new Filter($this->_config);
$this->_template = new Template($this->_filter); $this->_template = new View($this->_filter);


//$this->_di->register(new View($this->_template)); //$this->_di->register(new View($this->_template));
} }
Expand Down

0 comments on commit ded0dec

Please sign in to comment.