Skip to content

Commit 398b474

Browse files
committed
TASK: Fix misspelled Trait namespace
1 parent 8ac8ed6 commit 398b474

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Tests/Functional/Eel/ElasticSearchQueryTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Eel\ElasticSearchQueryBuilder;
2020
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Eel\ElasticSearchQueryResult;
2121
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception\QueryBuildingException;
22-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\TRaits\ContentRepositoryNodeCreationTrait;
22+
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\Traits\ContentRepositoryNodeCreationTrait;
2323
use Neos\ContentRepository\Domain\Model\NodeInterface;
2424
use Neos\Flow\Persistence\QueryResultInterface;
2525
use Neos\Flow\Tests\FunctionalTestCase;

Tests/Functional/Indexer/NodeIndexerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Exception\ConfigurationException;
2222
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Indexer\NodeIndexer;
2323
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Service\DimensionsService;
24-
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\TRaits\ContentRepositoryNodeCreationTrait;
24+
use Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\Traits\ContentRepositoryNodeCreationTrait;
2525
use Flowpack\ElasticSearch\Domain\Model\Mapping;
2626
use Flowpack\ElasticSearch\Exception;
2727
use Flowpack\ElasticSearch\Transfer\Exception\ApiException;

Tests/Functional/Traits/ContentRepositoryNodeCreationTrait.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
declare(strict_types=1);
33

4-
namespace Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\TRaits;
4+
namespace Flowpack\ElasticSearch\ContentRepositoryAdaptor\Tests\Functional\Traits;
55

66
/*
77
* This file is part of the Flowpack.ElasticSearch.ContentRepositoryAdaptor package.

0 commit comments

Comments
 (0)