From baf8951745f8841beff1c596b0dd405c5d76f8ed Mon Sep 17 00:00:00 2001
From: Michael <heluecht@pirati.ca>
Date: Sun, 30 Jan 2022 16:00:17 +0000
Subject: [PATCH] Converted in tabs

---
 tests/src/Model/TagTest.php | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/tests/src/Model/TagTest.php b/tests/src/Model/TagTest.php
index 4d60023ef1..c40778660a 100644
--- a/tests/src/Model/TagTest.php
+++ b/tests/src/Model/TagTest.php
@@ -26,15 +26,15 @@ use PHPUnit\Framework\TestCase;
 
 class TagTest extends TestCase
 {
-    /**
-     *
-     */
-    public function testGetFromBody()
-    {
-        $body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
-        $tags = Tag::getFromBody($body);
-        // Some expectations here
-        self::markTestIncomplete('Needs knowledge.');
-    }
+	/**
+	 *
+	 */
+	public function testGetFromBody()
+	{
+		$body = '![url=https://pirati.ca/profile/test1]Testgruppe 1b[/url] Test, please ignore';
+		$tags = Tag::getFromBody($body);
+		// Some expectations here
+		self::markTestIncomplete('Needs knowledge.');
+	}
 
 }
-- 
2.39.5