summaryrefslogtreecommitdiffstatshomepage
path: root/core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
diff options
context:
space:
mode:
authorAlex Pott <alex.a.pott@googlemail.com>2024-04-10 15:09:58 +0100
committerAlex Pott <alex.a.pott@googlemail.com>2024-04-10 15:09:58 +0100
commitce1fa38bf0681f9b3dd59821fa0b764b0902d22f (patch)
tree0ae5739a0b439f351dfa8dd2017477636ea6649f /core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
parent29bebc73d73014020a3f5729ba9246d6f0c7fb6f (diff)
downloaddrupal-ce1fa38bf0681f9b3dd59821fa0b764b0902d22f.tar.gz
drupal-ce1fa38bf0681f9b3dd59821fa0b764b0902d22f.zip
Issue #3399388 by mstrelan: Add declare(strict_types=1) to all Kernel tests
Diffstat (limited to 'core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php')
-rw-r--r--core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php b/core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
index 558e4cce3c59..b26046d290ea 100644
--- a/core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
+++ b/core/tests/Drupal/KernelTests/KernelTestBaseDatabaseDriverModuleTest.php
@@ -1,5 +1,7 @@
<?php
+declare(strict_types=1);
+
namespace Drupal\KernelTests;
use Drupal\Core\Database\Database;