From 0f963072aa039b14798e565680180921a81e77c3 Mon Sep 17 00:00:00 2001 From: Greg Roach Date: Mon, 10 Feb 2025 15:15:00 +0000 Subject: Don't uninstall dev dependencies after CI scripts. Fix some CI issues --- tests/app/Elements/CremationTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/app/Elements/CremationTest.php') diff --git a/tests/app/Elements/CremationTest.php b/tests/app/Elements/CremationTest.php index 0b5a672ae4..b59dae9c46 100644 --- a/tests/app/Elements/CremationTest.php +++ b/tests/app/Elements/CremationTest.php @@ -28,7 +28,7 @@ class CremationTest extends AbstractElementTestCase /** * Standard tests for all elements. */ - public static function setupBeforeClass(): void + public static function setUpBeforeClass(): void { parent::setUpBeforeClass(); -- cgit v1.3