mirror of
https://github.com/Seldaek/monolog.git
synced 2025-08-03 19:57:41 +02:00
Fix group annotations
This commit is contained in:
@@ -19,10 +19,9 @@ use Elastica\Client;
|
|||||||
use Elastica\Request;
|
use Elastica\Request;
|
||||||
use Elastica\Response;
|
use Elastica\Response;
|
||||||
use PHPUnit\Framework\Attributes\DataProvider;
|
use PHPUnit\Framework\Attributes\DataProvider;
|
||||||
|
use PHPUnit\Framework\Attributes\Group;
|
||||||
|
|
||||||
/**
|
#[Group('Elastica')]
|
||||||
* @group Elastica
|
|
||||||
*/
|
|
||||||
class ElasticaHandlerTest extends TestCase
|
class ElasticaHandlerTest extends TestCase
|
||||||
{
|
{
|
||||||
/**
|
/**
|
||||||
|
@@ -21,10 +21,9 @@ use Elasticsearch\ClientBuilder;
|
|||||||
use Elastic\Elasticsearch\ClientBuilder as ClientBuilder8;
|
use Elastic\Elasticsearch\ClientBuilder as ClientBuilder8;
|
||||||
use PHPUnit\Framework\Attributes\CoversClass;
|
use PHPUnit\Framework\Attributes\CoversClass;
|
||||||
use PHPUnit\Framework\Attributes\DataProvider;
|
use PHPUnit\Framework\Attributes\DataProvider;
|
||||||
|
use PHPUnit\Framework\Attributes\Group;
|
||||||
|
|
||||||
/**
|
#[Group('Elasticsearch')]
|
||||||
* @group Elasticsearch
|
|
||||||
*/
|
|
||||||
#[CoversClass(ElasticsearchHandler::class)]
|
#[CoversClass(ElasticsearchHandler::class)]
|
||||||
class ElasticsearchHandlerTest extends TestCase
|
class ElasticsearchHandlerTest extends TestCase
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user