mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2024-03-22 13:10:41 +08:00
make StyleCI happy and change unit test to use a string
This commit is contained in:
parent
e61c44ef46
commit
4204e4b8b7
|
@ -34,7 +34,7 @@ class ViewTest extends PHPUnit_Framework_TestCase
|
|||
/* Setup Routine */
|
||||
$page = new View;
|
||||
$page->assign('NAME', 'PrivateBinTest');
|
||||
$page->assign('BASEPATH', false);
|
||||
$page->assign('BASEPATH', '');
|
||||
$page->assign('ERROR', self::$error);
|
||||
$page->assign('STATUS', self::$status);
|
||||
$page->assign('VERSION', self::$version);
|
||||
|
|
Loading…
Reference in New Issue
Block a user