From 178f1cb3f6a7b6d4e9617d5ec4a1d18b9a03e721 Mon Sep 17 00:00:00 2001 From: Cameron Date: Thu, 31 Jan 2019 15:41:45 -0800 Subject: [PATCH] Added extra check for 'news' on isInstalled() test. --- tests/unit/e107Test.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/unit/e107Test.php b/tests/unit/e107Test.php index 3981be17e..931bc6cbe 100644 --- a/tests/unit/e107Test.php +++ b/tests/unit/e107Test.php @@ -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()