Browse Source

fixing failing unit test

El RIDO 8 năm trước cách đây
mục cha
commit
fe54889b99
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tst/ViewTest.php

+ 1 - 0
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())) {