Declare strict types in CiviUnitTestCase
authorEileen McNaughton <emcnaughton@wikimedia.org>
Tue, 4 Apr 2023 22:13:44 +0000 (10:13 +1200)
committerEileen McNaughton <emcnaughton@wikimedia.org>
Sun, 22 Oct 2023 22:21:11 +0000 (11:21 +1300)
Declare strict types in test

tests/phpunit/CiviTest/CiviUnitTestCase.php

index 17a85c53a386152caced1db6edf34dd793497ea8..fea811d89c12d16e14fe09873d5380e16b4c42b8 100644 (file)
@@ -25,7 +25,7 @@
  *   License along with this program.  If not, see
  *   <http://www.gnu.org/licenses/>.
  */
-
+declare(strict_types = 1);
 use Civi\Api4\Address;
 use Civi\Api4\Contribution;
 use Civi\Api4\CustomField;