Add missing import

This commit is contained in:
Julien Fastré 2024-08-28 12:38:11 +02:00
parent f57fdb2b4c
commit 3738c110f8
Signed by: julienfastre
GPG Key ID: BDE2190974723FCB

View File

@ -11,9 +11,9 @@ declare(strict_types=1);
namespace Chill\MainBundle\Tests\Search;
use PHPUnit\Framework\TestCase;
/**
* Description of AbstractSearch.
*
* @internal
*
* @coversNothing