mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 14:05:37 +02:00
MNT Fix unit test when running without silverstripe/admin installed
This commit is contained in:
parent
6fe377e69d
commit
00276373b7
@ -442,7 +442,9 @@ class ConfirmedPasswordFieldTest extends SapphireTest
|
|||||||
// CWP front-end templates break this logic - but there's no easy fix for that.
|
// CWP front-end templates break this logic - but there's no easy fix for that.
|
||||||
// For the most part we are interested in ensuring this works in the CMS with default templates.
|
// For the most part we are interested in ensuring this works in the CMS with default templates.
|
||||||
$originalThemes = SSViewer::get_themes();
|
$originalThemes = SSViewer::get_themes();
|
||||||
|
if (class_exists(LeftAndMain::class)) {
|
||||||
SSViewer::set_themes(LeftAndMain::config()->uninherited('admin_themes'));
|
SSViewer::set_themes(LeftAndMain::config()->uninherited('admin_themes'));
|
||||||
|
}
|
||||||
try {
|
try {
|
||||||
$form = new Form();
|
$form = new Form();
|
||||||
$field = new ConfirmedPasswordField('Test');
|
$field = new ConfirmedPasswordField('Test');
|
||||||
|
Loading…
Reference in New Issue
Block a user