mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-08-21 23:23:51 +00:00
cs fixer
This commit is contained in:
@@ -12,7 +12,6 @@ declare(strict_types=1);
|
||||
namespace Chill\PersonBundle\Tests\Entity\SocialWork;
|
||||
|
||||
use Chill\PersonBundle\Entity\SocialWork\SocialAction;
|
||||
use Doctrine\Common\Collections\ArrayCollection;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
|
||||
/**
|
||||
@@ -49,5 +48,4 @@ final class SocialActionTest extends TestCase
|
||||
$this->assertNotContains($unrelatedA, $actual);
|
||||
$this->assertNotContains($unrelatedB, $actual);
|
||||
}
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user