From 72035984ef4771f5d1e57d69eaae15735593c58d Mon Sep 17 00:00:00 2001 From: Lacey Sanderson Date: Fri, 29 Mar 2024 21:20:49 -0600 Subject: [PATCH] Fix tests. --- tests/src/Functional/InstallTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/src/Functional/InstallTest.php b/tests/src/Functional/InstallTest.php index 4f7b852..d3873fa 100644 --- a/tests/src/Functional/InstallTest.php +++ b/tests/src/Functional/InstallTest.php @@ -13,14 +13,14 @@ */ class InstallTest extends ChadoTestBrowserBase { - protected $defaultTheme = 'stable'; + protected $defaultTheme = 'stark'; /** * Modules to enable. * * @var array */ - protected static $modules = ['tripal_blast']; + protected static $modules = ['tripal','tripal_blast']; /** * Tests that a specific set of pages load with a 200 response.