Skip to content

Commit

Permalink
remove not needed LogTestTrait
Browse files Browse the repository at this point in the history
  • Loading branch information
LordSimal committed Sep 15, 2024
1 parent c83faa5 commit ce2feb8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tests/TestCase/Command/ScheduleRunCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
use Cake\Console\TestSuite\ConsoleIntegrationTestTrait;
use Cake\Core\Container;
use Cake\Event\EventInterface;
use Cake\TestSuite\LogTestTrait;
use Cake\TestSuite\TestCase;
use CakeScheduler\Error\SchedulerStoppedException;
use CakeScheduler\Scheduler\Event;
Expand All @@ -23,7 +22,6 @@
class ScheduleRunCommandTest extends TestCase
{
use ConsoleIntegrationTestTrait;
use LogTestTrait;

protected Scheduler|LegacyMockInterface $scheduler;

Expand Down

0 comments on commit ce2feb8

Please sign in to comment.