Skip to content

Commit

Permalink
Use correct ContentInfo instance in tests
Browse files Browse the repository at this point in the history
  • Loading branch information
emodric committed Dec 8, 2023
1 parent 3a12216 commit 5c655d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/MetaTag/CollectorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@
namespace Netgen\Bundle\OpenGraphBundle\Tests\MetaTag;

use Ibexa\Bundle\Core\DependencyInjection\Configuration\ConfigResolver;
use Ibexa\Contracts\Core\Persistence\Content\ContentInfo;
use Ibexa\Core\Repository\ContentTypeService;
use Ibexa\Core\Repository\Values\Content\Content;
use Ibexa\Core\Repository\Values\Content\ContentInfo;
use Ibexa\Core\Repository\Values\Content\VersionInfo;
use Ibexa\Core\Repository\Values\ContentType\ContentType;
use Ibexa\Core\Repository\Values\ContentType\FieldDefinition;
Expand Down

0 comments on commit 5c655d9

Please sign in to comment.