use temp config file for testing
This commit is contained in:
parent
e10f4d0aec
commit
9b725c6d42
18 changed files with 47 additions and 93 deletions
|
|
@ -34,8 +34,6 @@ plan tests => 3; # Increment this number for each test you create
|
|||
# put your tests here
|
||||
|
||||
use_ok( 'WebGUI::Cache::CHI' );
|
||||
WebGUI::Test->originalConfig('cacheType');
|
||||
WebGUI::Test->originalConfig('cache');
|
||||
$session->config->set('cacheType', 'WebGUI::Cache::CHI');
|
||||
$session->config->set('cache', { driver => 'FastMmap', });
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue