File tree Expand file tree Collapse file tree 3 files changed +12
-3
lines changed
Elasticsearch8/Test/Unit/SearchAdapter
Elasticsearch/Test/Unit/ElasticAdapter/SearchAdapter
OpenSearch/Test/Unit/SearchAdapter Expand file tree Collapse file tree 3 files changed +12
-3
lines changed Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Unit \ElasticAdapter \SearchAdapter ;
8
+ namespace Magento \ Elasticsearch \ Test \ Unit \ElasticAdapter \SearchAdapter ;
9
9
10
10
use Magento \AdvancedSearch \Model \Client \ClientException ;
11
11
use Magento \Elasticsearch \SearchAdapter \QueryContainer ;
21
21
use Psr \Log \LoggerInterface ;
22
22
use Magento \Elasticsearch \ElasticAdapter \SearchAdapter \Adapter ;
23
23
24
+ /**
25
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
26
+ */
24
27
class AdapterTest extends TestCase
25
28
{
26
29
/**
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Unit \SearchAdapter ;
8
+ namespace Magento \ Elasticsearch8 \ Test \ Unit \SearchAdapter ;
9
9
10
10
use Magento \AdvancedSearch \Model \Client \ClientException ;
11
11
use Magento \Elasticsearch \SearchAdapter \Aggregation \Builder as AggregationBuilder ;
22
22
use PHPUnit \Framework \TestCase ;
23
23
use Psr \Log \LoggerInterface ;
24
24
25
+ /**
26
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
27
+ */
25
28
class AdapterTest extends TestCase
26
29
{
27
30
/**
Original file line number Diff line number Diff line change 5
5
*/
6
6
declare (strict_types=1 );
7
7
8
- namespace Unit \SearchAdapter ;
8
+ namespace Magento \ OpenSearch \ Test \ Unit \SearchAdapter ;
9
9
10
10
use Magento \AdvancedSearch \Model \Client \ClientException ;
11
11
use Magento \Elasticsearch \SearchAdapter \Aggregation \Builder as AggregationBuilder ;
24
24
use PHPUnit \Framework \TestCase ;
25
25
use Psr \Log \LoggerInterface ;
26
26
27
+ /**
28
+ * @SuppressWarnings(PHPMD.CouplingBetweenObjects)
29
+ */
27
30
class AdapterTest extends TestCase
28
31
{
29
32
/**
You can’t perform that action at this time.
0 commit comments