Skip to content

Commit

Permalink
Refactored code
Browse files Browse the repository at this point in the history
  • Loading branch information
Steveb-p committed Dec 27, 2024
1 parent 9810bfc commit 8b69035
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions tests/integration/Core/Repository/SerializationTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,12 @@
*/
namespace Ibexa\Tests\Integration\Core\Repository;

use Ibexa\Contracts\Core\Test\IbexaKernelTestCase;
use Ibexa\Tests\Integration\Core\RepositoryTestCase;
use Symfony\Component\Serializer\Encoder\JsonEncode;
use Symfony\Component\Serializer\SerializerInterface;

final class SerializationTest extends IbexaKernelTestCase
final class SerializationTest extends RepositoryTestCase
{
protected function setUp(): void
{
self::bootKernel();

self::loadSchema();
self::loadFixtures();

self::setAdministratorUser();
}

public function testSerialization(): void
{
$serializer = $this->getContainer()->get(SerializerInterface::class);
Expand Down

0 comments on commit 8b69035

Please sign in to comment.