fix: #33454 Fix construct and load test
This commit is contained in:
parent
09549adf2b
commit
270e64fa36
1 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@ class SettingsTest extends TestCase
|
|||
public function testConstruct()
|
||||
{
|
||||
$cfg = new Settings();
|
||||
$this->assertNotEmpty($cfg);
|
||||
$this->assertIsObject($cfg);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
@ -69,7 +69,7 @@ class SettingsTest extends TestCase
|
|||
{
|
||||
$cfg = new Settings();
|
||||
$cfg = $this->appPath($cfg)->load();
|
||||
$this->assertNotEmpty($cfg);
|
||||
$this->assertIsObject($cfg);
|
||||
return $cfg;
|
||||
}
|
||||
|
||||
|
|
@ -240,4 +240,4 @@ class SettingsTest extends TestCase
|
|||
|
||||
/* jEdit buffer local properties {{{
|
||||
* :folding=explicit:collapseFolds=1:
|
||||
}}}*/
|
||||
}}}*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue