Prechádzať zdrojové kódy

fixing failing unit test

El RIDO 8 rokov pred
rodič
commit
fe54889b99
1 zmenil súbory, kde vykonal 1 pridanie a 0 odobranie
  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())) {