From d40c94cf198538889391fd6049fcba10994673d3 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Mon, 3 Feb 2025 15:36:25 +1300 Subject: [PATCH] MNT Update theme reference in text fixture --- tests/bootstrap/fixtures/theme.yml.fixture | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bootstrap/fixtures/theme.yml.fixture b/tests/bootstrap/fixtures/theme.yml.fixture index 4e0c8aaea..6ec7dd86b 100644 --- a/tests/bootstrap/fixtures/theme.yml.fixture +++ b/tests/bootstrap/fixtures/theme.yml.fixture @@ -3,5 +3,5 @@ Name: mysite --- SilverStripe\View\SSViewer: themes: - - 'simple' + - 'startup-theme' - '$default'