1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-25 06:00:57 +02:00

Upgrade to phpunit 10 (#1806)

Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
This commit is contained in:
chris
2023-06-20 15:56:11 +02:00
committed by GitHub
parent 50409b8169
commit 8561130215
28 changed files with 106 additions and 85 deletions

View File

@@ -32,7 +32,7 @@ class RegistryTest extends \PHPUnit\Framework\TestCase
}
}
public function hasLoggerProvider()
public static function hasLoggerProvider()
{
$logger1 = new Logger('test1');
$logger2 = new Logger('test2');
@@ -86,7 +86,7 @@ class RegistryTest extends \PHPUnit\Framework\TestCase
Registry::getInstance($loggerToAdd->getName());
}
public function removedLoggerProvider()
public static function removedLoggerProvider()
{
$logger1 = new Logger('test1');