mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2024-11-15 11:28:25 +00:00
Remove Asset.x Configure values.
Having Asset.timestamp on can fail tests accidentally.
This commit is contained in:
parent
c1b2ca581c
commit
bd3428e456
1 changed files with 1 additions and 0 deletions
|
@ -536,6 +536,7 @@ class FormHelperTest extends CakeTestCase {
|
||||||
parent::setUp();
|
parent::setUp();
|
||||||
|
|
||||||
Configure::write('App.base', '');
|
Configure::write('App.base', '');
|
||||||
|
Configure::delete('Asset');
|
||||||
$this->Controller = new ContactTestController();
|
$this->Controller = new ContactTestController();
|
||||||
$this->View = new View($this->Controller);
|
$this->View = new View($this->Controller);
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue