mirror of
https://github.com/friendica/friendica
synced 2025-05-01 21:04:23 +02:00
Adapt tests for PhpUnit 7.5
This commit is contained in:
parent
5947698dc1
commit
4b38b6aa16
10 changed files with 36 additions and 35 deletions
|
@ -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()
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue