From d3ab1db29a5a4a31ab6dd0daaebb6d0c4239abce Mon Sep 17 00:00:00 2001 From: nupplaPhil Date: Fri, 10 Jan 2020 13:11:32 +0100 Subject: [PATCH] Remove annotations and fix test.. --- tests/src/Core/StorageManagerTest.php | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tests/src/Core/StorageManagerTest.php b/tests/src/Core/StorageManagerTest.php index 083d12d579..443f8e786b 100644 --- a/tests/src/Core/StorageManagerTest.php +++ b/tests/src/Core/StorageManagerTest.php @@ -24,11 +24,6 @@ use Psr\Log\LoggerInterface; use Psr\Log\NullLogger; use Friendica\Test\Util\SampleStorageBackend; -/** - * @todo Rework Hook:: methods to dynamic to remove the separated process annotation - * - * @runTestsInSeparateProcesses - */ class StorageManagerTest extends DatabaseTest { /** @var Database */