From 7d18c0f1d0c08b3d0ede01e686b9163488acaf82 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli <36352093+GuySartorelli@users.noreply.github.com> Date: Thu, 31 Oct 2024 10:53:00 +1300 Subject: [PATCH] ENH Update code to reflect changes in template layer (#208) --- tests/php/Publisher/FilesystemPublisherTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/php/Publisher/FilesystemPublisherTest.php b/tests/php/Publisher/FilesystemPublisherTest.php index eae570b..bed0857 100644 --- a/tests/php/Publisher/FilesystemPublisherTest.php +++ b/tests/php/Publisher/FilesystemPublisherTest.php @@ -140,7 +140,7 @@ public function testUrlToPathWithDomainBasedCaching(): void public function testMenu2LinkingMode(): void { - SSViewer::set_themes(null); + SSViewer::set_themes([]); $reflection = new \ReflectionClass(FilesystemPublisher::class); $urlToPath = $reflection->getMethod('URLtoPath');