From 52c5ef9a75da012607cc43cd9b8b254a19871bc2 Mon Sep 17 00:00:00 2001
From: Philipp Holzer <admin@philipp.info>
Date: Wed, 20 Feb 2019 17:37:46 +0100
Subject: [PATCH] bugfix test

---
 tests/src/Util/ProfilerTest.php | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/src/Util/ProfilerTest.php b/tests/src/Util/ProfilerTest.php
index 8ceb59ea5e..87796a2f37 100644
--- a/tests/src/Util/ProfilerTest.php
+++ b/tests/src/Util/ProfilerTest.php
@@ -196,6 +196,6 @@ class ProfilerTest extends MockedTest
 		$profiler = new Profiler(true, false);
 
 		$this->assertFalse($profiler->isRendertime());
-		self::assertEmpty($profiler->getRendertimeString());
+		$this->assertEmpty($profiler->getRendertimeString());
 	}
 }