From fe54889b993f98fbabe5a628370d60ecebebbaaa Mon Sep 17 00:00:00 2001 From: El RIDO Date: Tue, 2 Jan 2018 07:56:46 +0100 Subject: [PATCH] fixing failing unit test --- tst/ViewTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tst/ViewTest.php b/tst/ViewTest.php index e2e014b..5d89f24 100644 --- a/tst/ViewTest.php +++ b/tst/ViewTest.php @@ -56,6 +56,7 @@ class ViewTest extends PHPUnit_Framework_TestCase $page->assign('EXPIREDEFAULT', self::$expire_default); $page->assign('EXPIRECLONE', true); $page->assign('URLSHORTENER', ''); + $page->assign('QRCODE', true); $dir = dir(PATH . 'tpl'); while (false !== ($file = $dir->read())) {