Fix tests
This commit is contained in:
parent
b319f3218f
commit
ad4638d369
2 changed files with 3 additions and 3 deletions
|
@ -11,7 +11,7 @@ class AntConfig
|
|||
'siteInfo',
|
||||
'forceHTTPS',
|
||||
'activeTheme',
|
||||
'enableCache',
|
||||
'cacheMode',
|
||||
'debug',
|
||||
'baseURL',
|
||||
'embed',
|
||||
|
|
|
@ -15,7 +15,7 @@ class ConfigTest extends TestCase
|
|||
'siteInfo',
|
||||
'forceHTTPS',
|
||||
'activeTheme',
|
||||
'enableCache',
|
||||
'cacheMode',
|
||||
'debug',
|
||||
'baseURL'
|
||||
);
|
||||
|
@ -28,7 +28,7 @@ class ConfigTest extends TestCase
|
|||
public function testSaveConfigFailed()
|
||||
{
|
||||
$Badconfig = [
|
||||
'enableCache' => true,
|
||||
'cacheMode' => 'none',
|
||||
];
|
||||
|
||||
try {
|
||||
|
|
Loading…
Add table
Reference in a new issue