mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 21:27:25 +02:00
Added extra check for 'news' on isInstalled() test.
This commit is contained in:
@@ -936,6 +936,11 @@
|
|||||||
|
|
||||||
// var_dump($result);
|
// var_dump($result);
|
||||||
$this->assertTrue($result);
|
$this->assertTrue($result);
|
||||||
|
|
||||||
|
$result = $this->e107::isInstalled('news');
|
||||||
|
|
||||||
|
// var_dump($result);
|
||||||
|
$this->assertTrue($result);
|
||||||
}
|
}
|
||||||
/*
|
/*
|
||||||
public function testIni_set()
|
public function testIni_set()
|
||||||
|
Reference in New Issue
Block a user