Skip to content

Commit

Permalink
[persoo-feed-article] fix build of the split package (#2964)
Browse files Browse the repository at this point in the history
  • Loading branch information
vitek-rostislav authored Jan 3, 2024
2 parents 4089cfc + 080394c commit e9609ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
"doctrine/doctrine-bundle": "^2.5.7",
"doctrine/orm": "^2.11.2",
"doctrine/persistence": "^2.4",
"shopsys/form-types-bundle": "14.0.x-dev",
"shopsys/framework": "14.0.x-dev",
"shopsys/migrations": "14.0.x-dev",
"shopsys/plugin-interface": "14.0.x-dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

declare(strict_types=1);

namespace Tests\ArticleFeed\PersooBundle\Unit;

use PHPUnit\Framework\TestCase;
use Shopsys\ArticleFeed\PersooBundle\Model\PersooArticleFeedItemFactory;
use Tests\FrameworkBundle\Unit\TestCase;

class PersooArticleFeedItemTest extends TestCase
{
Expand Down

0 comments on commit e9609ee

Please sign in to comment.