]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Network/CurlResultTest.php
Merge pull request #6581 from nupplaphil/config_refact
[friendica.git] / tests / src / Network / CurlResultTest.php
index 13a14d985eef931a1783c6462865604eca52ca24..bb0bcf2471fe6a25144947dd93ad587e646a057e 100644 (file)
@@ -7,14 +7,6 @@ use PHPUnit\Framework\TestCase;
 
 class CurlResultTest extends TestCase
 {
-       public function setUp()
-       {
-               parent::setUp();
-
-               require_once __DIR__.'/../../../boot.php';
-               require_once __DIR__.'/../../../include/text.php';
-       }
-
        /**
         * @small
         */
@@ -42,6 +34,8 @@ class CurlResultTest extends TestCase
 
        /**
         * @small
+        * @runInSeparateProcess
+        * @preserveGlobalState disabled
         */
        public function testRedirect()
        {
@@ -94,6 +88,8 @@ class CurlResultTest extends TestCase
 
        /**
         * @small
+        * @runInSeparateProcess
+        * @preserveGlobalState disabled
         */
        public function testRedirectHeader()
        {