1
0
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:
Cameron 2019-01-31 15:41:45 -08:00
parent 90a7ac7020
commit 178f1cb3f6

View File

@ -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()