From 8b58141576427d30c611f75d27460488f9619872 Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 14 Nov 2023 23:15:10 -0600 Subject: [PATCH 1/2] BUGFIX phpunit config --- phpunit.xml.dist | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phpunit.xml.dist b/phpunit.xml.dist index 3801dc3..72a1956 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -2,7 +2,7 @@ - tests/php + tests/ From ac30295c39fdbd459cf383a28984da70eddd4afe Mon Sep 17 00:00:00 2001 From: Jason Irish Date: Tue, 14 Nov 2023 23:23:52 -0600 Subject: [PATCH 2/2] phpcs --- tests/Element/ElementCallToActionTest.php | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/Element/ElementCallToActionTest.php b/tests/Element/ElementCallToActionTest.php index 028750f..7be1dc5 100644 --- a/tests/Element/ElementCallToActionTest.php +++ b/tests/Element/ElementCallToActionTest.php @@ -1,6 +1,7 @@