mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-18 21:48:24 -04:00
Fix failing tests, update button icon and text according to feedback
This commit is contained in:
@@ -10,6 +10,8 @@ class ViewTest extends TestCase
|
||||
|
||||
private static $status = '!*#@?$+';
|
||||
|
||||
private static $is_deleted = false;
|
||||
|
||||
private static $formatters = array(
|
||||
'plaintext' => 'Plain Text',
|
||||
'syntaxhighlighting' => 'Source Code',
|
||||
@@ -38,6 +40,7 @@ class ViewTest extends TestCase
|
||||
$page->assign('BASEPATH', '');
|
||||
$page->assign('ERROR', self::$error);
|
||||
$page->assign('STATUS', self::$status);
|
||||
$page->assign('ISDELETED', self::$is_deleted);
|
||||
$page->assign('VERSION', self::$version);
|
||||
$page->assign('DISCUSSION', true);
|
||||
$page->assign('OPENDISCUSSION', true);
|
||||
|
||||
Reference in New Issue
Block a user