Replace the log writer class with the new one
This commit is contained in:
parent
8bf030793f
commit
02379b657d
6 changed files with 15 additions and 15 deletions
|
@ -11,7 +11,7 @@ namespace Tests\Unit\Services\DaemonKeys;
|
|||
|
||||
use Mockery as m;
|
||||
use Tests\TestCase;
|
||||
use Illuminate\Log\Writer;
|
||||
use Psr\Log\LoggerInterface as Writer;
|
||||
use GuzzleHttp\Psr7\Response;
|
||||
use Pterodactyl\Models\Server;
|
||||
use Pterodactyl\Models\DaemonKey;
|
||||
|
@ -57,7 +57,7 @@ class DaemonKeyDeletionServiceTest extends TestCase
|
|||
protected $service;
|
||||
|
||||
/**
|
||||
* @var \Illuminate\Log\Writer|\Mockery\Mock
|
||||
* @var \Psr\Log\LoggerInterface|\Mockery\Mock
|
||||
*/
|
||||
protected $writer;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue