replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -20,6 +20,7 @@ use App\Repository\Query\BaseQuery;
|
||||
use App\Repository\Query\DateRangeInterface;
|
||||
use App\Repository\Query\TimesheetQuery;
|
||||
use App\Utils\SearchTerm;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\EventDispatcher\EventDispatcher;
|
||||
use Symfony\Component\Form\DataMapperInterface;
|
||||
@@ -27,9 +28,7 @@ use Symfony\Component\Form\FormBuilder;
|
||||
use Symfony\Component\Form\FormError;
|
||||
use Symfony\Component\Form\FormFactoryInterface;
|
||||
|
||||
/**
|
||||
* @covers \App\Repository\Query\BaseQuery
|
||||
*/
|
||||
#[CoversClass(BaseQuery::class)]
|
||||
class BaseQueryTest extends TestCase
|
||||
{
|
||||
public function testQuery(): void
|
||||
|
||||
Reference in New Issue
Block a user