Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
herpaderpaldent committed Sep 30, 2024
1 parent b616dc0 commit ca502f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions tests/Unit/Logger/RotatingFileLoggerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@
use Seatplus\EsiClient\EsiConfiguration;
use Seatplus\EsiClient\Log\RotatingFileLogger;

beforeEach(function() {
beforeEach(function () {
EsiConfiguration::resetInstance();
});

afterEach(function() {
afterEach(function () {
EsiConfiguration::resetInstance();
});

Expand Down Expand Up @@ -63,7 +63,6 @@
expect($logfile_content)->toContain('esi-client.INFO: foo');
});


it('writes debug log', function () {
$root = vfsStream::setup('logs');

Expand Down

0 comments on commit ca502f0

Please sign in to comment.