mirror of
https://github.com/e107inc/e107.git
synced 2025-04-11 08:06:49 +02:00
Added extra check for 'news' on isInstalled() test.
This commit is contained in:
parent
90a7ac7020
commit
178f1cb3f6
@ -936,6 +936,11 @@
|
||||
|
||||
// var_dump($result);
|
||||
$this->assertTrue($result);
|
||||
|
||||
$result = $this->e107::isInstalled('news');
|
||||
|
||||
// var_dump($result);
|
||||
$this->assertTrue($result);
|
||||
}
|
||||
/*
|
||||
public function testIni_set()
|
||||
|
Loading…
x
Reference in New Issue
Block a user