Adapt tests for PhpUnit 7.5
[friendica.git/.git] / tests / src / Util / Logger / VoidLoggerTest.php
index bea2bc4..75b2d1a 100644 (file)
@@ -32,6 +32,7 @@ class VoidLoggerTest extends MockedTest
        /**
         * Test if the profiler is profiling data
         * @dataProvider dataTests
+        * @doesNotPerformAssertions
         */
        public function testNormal($function, $message, array $context)
        {
@@ -41,6 +42,7 @@ class VoidLoggerTest extends MockedTest
 
        /**
         * Test the log() function
+        * @doesNotPerformAssertions
         */
        public function testProfilingLog()
        {