mirror of
https://github.com/PrivateBin/PrivateBin.git
synced 2026-04-19 21:58:08 -04:00
Fix bootstrap template fallback in unit tests
This commit is contained in:
@@ -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';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user