From deee72f164ae3be2ad2c1b283292c748139a271c Mon Sep 17 00:00:00 2001 From: Eileen McNaughton Date: Wed, 5 Apr 2023 10:13:44 +1200 Subject: [PATCH] Declare strict types in CiviUnitTestCase --- tests/phpunit/CiviTest/CiviUnitTestCase.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/phpunit/CiviTest/CiviUnitTestCase.php b/tests/phpunit/CiviTest/CiviUnitTestCase.php index 128680d30627..8efc2b8f144c 100644 --- a/tests/phpunit/CiviTest/CiviUnitTestCase.php +++ b/tests/phpunit/CiviTest/CiviUnitTestCase.php @@ -26,6 +26,8 @@ * . */ +declare(strict_types=1); + use Civi\Api4\Address; use Civi\Api4\Contribution; use Civi\Api4\CustomField;