bugfix test
authorPhilipp Holzer <admin@philipp.info>
Wed, 20 Feb 2019 16:37:46 +0000 (17:37 +0100)
committerPhilipp Holzer <admin@philipp.info>
Wed, 20 Feb 2019 16:37:46 +0000 (17:37 +0100)
tests/src/Util/ProfilerTest.php

index 8ceb59e..87796a2 100644 (file)
@@ -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());
        }
 }