Skip to content

Commit

Permalink
Fix group annotations
Browse files Browse the repository at this point in the history
  • Loading branch information
Seldaek committed Apr 12, 2024
1 parent b127292 commit 613eaea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
5 changes: 2 additions & 3 deletions tests/Monolog/Handler/ElasticaHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,9 @@
use Elastica\Request;
use Elastica\Response;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;

/**
* @group Elastica
*/
#[Group('Elastica')]
class ElasticaHandlerTest extends TestCase
{
/**
Expand Down
5 changes: 2 additions & 3 deletions tests/Monolog/Handler/ElasticsearchHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,9 @@
use Elastic\Elasticsearch\ClientBuilder as ClientBuilder8;
use PHPUnit\Framework\Attributes\CoversClass;
use PHPUnit\Framework\Attributes\DataProvider;
use PHPUnit\Framework\Attributes\Group;

/**
* @group Elasticsearch
*/
#[Group('Elasticsearch')]
#[CoversClass(ElasticsearchHandler::class)]
class ElasticsearchHandlerTest extends TestCase
{
Expand Down

0 comments on commit 613eaea

Please sign in to comment.