mirror of
https://github.com/Sylius/Sylius.git
synced 2026-07-14 17:10:53 +00:00
[API][CategoryGroup] Enable unit tests
This commit is contained in:
parent
f351941619
commit
b11d74c370
1 changed files with 0 additions and 3 deletions
|
|
@ -15,13 +15,10 @@ namespace Sylius\Tests\Api\Admin;
|
|||
|
||||
use Sylius\Component\Customer\Model\CustomerGroupInterface;
|
||||
use Sylius\Tests\Api\JsonApiTestCase;
|
||||
use Sylius\Tests\Api\Utils\AdminUserLoginTrait;
|
||||
use Symfony\Component\HttpFoundation\Response;
|
||||
|
||||
final class CustomerGroupsTest extends JsonApiTestCase
|
||||
{
|
||||
use AdminUserLoginTrait;
|
||||
|
||||
protected function setUp(): void
|
||||
{
|
||||
parent::setUp();
|
||||
Loading…
Add table
Reference in a new issue