Adapt tests for PhpUnit 7.5
[friendica.git/.git] / tests / src / Util / Logger / ProfilerLoggerTest.php
index 81a94a4..9dd82b4 100644 (file)
@@ -52,6 +52,7 @@ class ProfilerLoggerTest extends MockedTest
        /**
         * Test if the profiler is profiling data
         * @dataProvider dataTests
+        * @doesNotPerformAssertions
         */
        public function testProfiling($function, $message, array $context)
        {
@@ -64,6 +65,7 @@ class ProfilerLoggerTest extends MockedTest
 
        /**
         * Test the log() function
+        * @doesNotPerformAssertions
         */
        public function testProfilingLog()
        {