mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-07-17 16:39:40 +00:00
Merge branch 'master' into drop-legacy-zerobin-support
This commit is contained in:
commit
cdb8010f6d
6 changed files with 11 additions and 10 deletions
|
|
@ -10,7 +10,7 @@ class TemplateSwitcherTest extends TestCase
|
|||
{
|
||||
$conf = new Configuration;
|
||||
|
||||
$defaultTemplateFallback = 'bootstrap';
|
||||
$defaultTemplateFallback = 'bootstrap5';
|
||||
$existingTemplateFallback = 'bootstrap-dark';
|
||||
$wrongBootstrapTemplateFallback = 'bootstrap-wrong';
|
||||
$wrongTemplateFallback = 'wrong-template';
|
||||
|
|
@ -38,7 +38,7 @@ class TemplateSwitcherTest extends TestCase
|
|||
|
||||
public function testGetTemplate()
|
||||
{
|
||||
$defaultTemplateFallback = 'bootstrap';
|
||||
$defaultTemplateFallback = 'bootstrap5';
|
||||
$customTemplate = 'bootstrap-dark';
|
||||
$customWrongTemplate = 'bootstrap-wrong';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue