]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Model/UserTest.php
Fixing tests
[friendica.git] / tests / src / Model / UserTest.php
index 6655575f87e2f2d95247a1a9f4d4d4a10e6aa002..3e224fb4c573f22c6ccbfef1afed62f7ff3683fb 100644 (file)
@@ -1,11 +1,15 @@
 <?php
 
-namespace Friendica\Test\Object;
+namespace Friendica\Test\Model;
 
 use Friendica\Model\User;
 use Friendica\Test\MockedTest;
 use Friendica\Test\Util\DBAMockTrait;
 
+/**
+ * @runTestsInSeparateProcesses
+ * @preserveGlobalState disabled
+ */
 class UserTest extends MockedTest
 {
        use DBAMockTrait;