From 125bdddc719d1172c146d4b6e55bb90b696725aa Mon Sep 17 00:00:00 2001 From: mscherer Date: Mon, 16 Sep 2024 13:26:54 +0200 Subject: [PATCH] Fix tests --- tests/TestCase/Command/TinyAuthAddCommandTest.php | 1 + tests/TestCase/Command/TinyAuthSyncCommandTest.php | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/TestCase/Command/TinyAuthAddCommandTest.php b/tests/TestCase/Command/TinyAuthAddCommandTest.php index 944372f8..73562c7e 100644 --- a/tests/TestCase/Command/TinyAuthAddCommandTest.php +++ b/tests/TestCase/Command/TinyAuthAddCommandTest.php @@ -27,6 +27,7 @@ public function setUp(): void { ]); $this->setAppNamespace(); + $this->loadPlugins(['TinyAuth']); } /** diff --git a/tests/TestCase/Command/TinyAuthSyncCommandTest.php b/tests/TestCase/Command/TinyAuthSyncCommandTest.php index 5aa0446a..25299370 100644 --- a/tests/TestCase/Command/TinyAuthSyncCommandTest.php +++ b/tests/TestCase/Command/TinyAuthSyncCommandTest.php @@ -27,6 +27,7 @@ public function setUp(): void { ]); $this->setAppNamespace(); + $this->loadPlugins(['TinyAuth']); } /**