From: Philipp Holzer Date: Wed, 20 Feb 2019 16:37:46 +0000 (+0100) Subject: bugfix test X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=52c5ef9a75da012607cc43cd9b8b254a19871bc2;p=friendica.git bugfix test --- 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()); } }