replace PHPUnit annotations with attributes (#5608)
This commit is contained in:
@@ -13,13 +13,12 @@ use App\Activity\ActivityStatisticService;
|
||||
use App\Export\Base\HtmlRenderer;
|
||||
use App\Export\Renderer\HtmlRendererFactory;
|
||||
use App\Project\ProjectStatisticService;
|
||||
use PHPUnit\Framework\Attributes\CoversClass;
|
||||
use PHPUnit\Framework\TestCase;
|
||||
use Symfony\Component\EventDispatcher\EventDispatcherInterface;
|
||||
use Twig\Environment;
|
||||
|
||||
/**
|
||||
* @covers \App\Export\Renderer\HtmlRendererFactory
|
||||
*/
|
||||
#[CoversClass(HtmlRendererFactory::class)]
|
||||
class HtmlRendererFactoryTest extends TestCase
|
||||
{
|
||||
public function testCreate(): void
|
||||
|
||||
Reference in New Issue
Block a user