]> git.mxchange.org Git - friendica.git/blobdiff - tests/src/Util/StringsTest.php
Add checks & realpath() usage
[friendica.git] / tests / src / Util / StringsTest.php
index f926183108c1e71634414bd80397788279d36f11..d090b1c5dd3a088f9dad89a5323616c3f0cce2e5 100644 (file)
@@ -12,7 +12,7 @@ use PHPUnit\Framework\TestCase;
  */
 class StringsTest extends TestCase
 {
-    /**
+       /**
         * randomnames should be random, even length
         */
        public function testRandomEven()
@@ -64,9 +64,9 @@ class StringsTest extends TestCase
 
                $randomname2 = Strings::getRandomName(1);
                $this->assertEquals(1, strlen($randomname2));
-    }
-    
-    /**
+       }
+
+       /**
         * test, that tags are escaped
         */
        public function testEscapeHtml()