From: Philipp Date: Sat, 29 Jul 2023 11:51:03 +0000 (+0200) Subject: test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=367d9149aae536ee2a8a2ef8f8711896e77f6e5d;p=friendica.git test --- diff --git a/tests/src/Core/Hooks/Model/InstanceManagerTest.php b/tests/src/Core/Hooks/Model/InstanceManagerTest.php index c9746d26a0..7c5bea8029 100644 --- a/tests/src/Core/Hooks/Model/InstanceManagerTest.php +++ b/tests/src/Core/Hooks/Model/InstanceManagerTest.php @@ -254,4 +254,5 @@ class InstanceManagerTest extends MockedTest // UnKnOwN self::assertInstanceOf(FakeInstance::class, $instance->create(IAmADecoratedInterface::class, 'fAkE')); } + }