Explorar el Código

fixing failing unit test

El RIDO hace 8 años
padre
commit
fe54889b99
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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())) {