浏览代码

fixing failing unit test

El RIDO 8 年之前
父节点
当前提交
fe54889b99
共有 1 个文件被更改,包括 1 次插入0 次删除
  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())) {