Skip to content

Commit

Permalink
composer cs-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chaz6chez committed Sep 29, 2024
1 parent eee0b19 commit 87079ef
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions tests/EventsCase/SwooleEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Workbunny\Tests\EventsCase;

use PHPUnit\Framework\TestCase;
use Mockery as m;
use PHPUnit\Framework\TestCase;
use Workbunny\WebmanCoroutine\Events\SwooleEvent;
use Workbunny\WebmanCoroutine\Exceptions\EventLoopException;
use Workerman\Events\EventInterface;
Expand Down Expand Up @@ -167,4 +167,4 @@ public function testClearAllTimer()

$this->assertEquals(0, $swooleEvent->getTimerCount());
}
}
}
5 changes: 2 additions & 3 deletions tests/EventsCase/SwowEventTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@

namespace Workbunny\Tests\EventsCase;

use PHPUnit\Framework\TestCase;
use Mockery as m;
use PHPUnit\Framework\TestCase;
use Workbunny\WebmanCoroutine\Events\SwowEvent;
use Workbunny\WebmanCoroutine\Exceptions\EventLoopException;
use Workerman\Events\EventInterface;
Expand Down Expand Up @@ -183,5 +183,4 @@ public function testClearAllTimer()

$this->assertEquals(0, $swowEvent->getTimerCount());
}

}
}

0 comments on commit 87079ef

Please sign in to comment.