Remove Asset.x Configure values.

Having Asset.timestamp on can fail tests accidentally.
This commit is contained in:
mark_story 2013-05-13 21:07:43 -04:00
parent c1b2ca581c
commit bd3428e456

View file

@ -536,6 +536,7 @@ class FormHelperTest extends CakeTestCase {
parent::setUp();
Configure::write('App.base', '');
Configure::delete('Asset');
$this->Controller = new ContactTestController();
$this->View = new View($this->Controller);