Skip to content

Commit

Permalink
Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
lruozzi9 committed Oct 11, 2024
1 parent 974c130 commit 18fb284
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

namespace Tests\Webgriffe\SyliusClerkPlugin\Unit\DataSyncInfrastructure\Generator;

use Monolog\Logger;
use PHPUnit\Framework\TestCase;
use Sylius\Component\Core\Model\Channel;
use Sylius\Component\Core\Model\ChannelInterface;
Expand All @@ -28,6 +29,7 @@ protected function setUp(): void
$this->generator = new ResourceFeedGenerator(
$resourceProvider,
new Serializer([new TestProductNormalizer()], [new JsonEncoder()]),
new Logger('test'),
Resource::PRODUCTS,
);
}
Expand Down

0 comments on commit 18fb284

Please sign in to comment.