Skip to content

Commit

Permalink
Added TokenService and URLAliasService to list of exposed services
Browse files Browse the repository at this point in the history
  • Loading branch information
ciastektk committed Oct 26, 2023
1 parent bc74e3e commit b8c4381
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/contracts/IbexaTestKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,8 @@ class IbexaTestKernel extends Kernel implements IbexaTestKernelInterface
Repository\SectionService::class,
Repository\UserPreferenceService::class,
Repository\UserService::class,
Repository\TokenService::class,

Check failure on line 94 in src/contracts/IbexaTestKernel.php

View workflow job for this annotation

GitHub Actions / Tests (7.4)

Class Ibexa\Contracts\Core\Repository\TokenService not found.

Check failure on line 94 in src/contracts/IbexaTestKernel.php

View workflow job for this annotation

GitHub Actions / Tests (8.0)

Class Ibexa\Contracts\Core\Repository\TokenService not found.

Check failure on line 94 in src/contracts/IbexaTestKernel.php

View workflow job for this annotation

GitHub Actions / Tests (8.1)

Class Ibexa\Contracts\Core\Repository\TokenService not found.

Check failure on line 94 in src/contracts/IbexaTestKernel.php

View workflow job for this annotation

GitHub Actions / Tests (8.2)

Class Ibexa\Contracts\Core\Repository\TokenService not found.
Repository\URLAliasService::class,
];

/**
Expand Down

0 comments on commit b8c4381

Please sign in to comment.