Explorar o código

fixing failing unit test

El RIDO %!s(int64=8) %!d(string=hai) anos
pai
achega
fe54889b99
Modificáronse 1 ficheiros con 1 adicións e 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())) {