1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-09 06:36:46 +02:00

Fix group annotations

This commit is contained in:
Jordi Boggiano
2024-04-12 17:30:46 +02:00
parent b127292ee0
commit 613eaea74b
2 changed files with 4 additions and 6 deletions

View File

@@ -19,10 +19,9 @@ use Elastica\Client;
use Elastica\Request;
use Elastica\Response;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;
/**
* @group Elastica
*/
#[Group('Elastica')]
class ElasticaHandlerTest extends TestCase
{
/**