mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-22 12:53:27 +02:00
Upgrade to phpunit 10 (#1806)
Co-authored-by: Christopher Georg <christopher.georg@sr-travel.de>
This commit is contained in:
@@ -19,7 +19,7 @@ use Monolog\Test\TestCase;
|
||||
*/
|
||||
class SlackRecordTest extends TestCase
|
||||
{
|
||||
public function dataGetAttachmentColor()
|
||||
public static function dataGetAttachmentColor()
|
||||
{
|
||||
return [
|
||||
[Level::Debug, SlackRecord::COLOR_DEFAULT],
|
||||
@@ -64,7 +64,7 @@ class SlackRecordTest extends TestCase
|
||||
$this->assertArrayNotHasKey('username', $data);
|
||||
}
|
||||
|
||||
public function dataStringify(): array
|
||||
public static function dataStringify(): array
|
||||
{
|
||||
$multipleDimensions = [[1, 2]];
|
||||
$numericKeys = ['library' => 'monolog'];
|
||||
|
Reference in New Issue
Block a user