Skip to content

Commit

Permalink
Remove Asset.x Configure values.
Browse files Browse the repository at this point in the history
Having Asset.timestamp on can fail tests accidentally.
  • Loading branch information
markstory committed May 14, 2013
1 parent c1b2ca5 commit bd3428e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Cake/Test/Case/View/Helper/FormHelperTest.php
Expand Up @@ -536,6 +536,7 @@ public function setUp() {
parent::setUp();

Configure::write('App.base', '');
Configure::delete('Asset');
$this->Controller = new ContactTestController();
$this->View = new View($this->Controller);

Expand Down

0 comments on commit bd3428e

Please sign in to comment.