Skip to content

Commit

Permalink
Move BT helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
Bernhard Schmitt committed Aug 29, 2023
1 parent b3e6431 commit e12ebe4
Show file tree
Hide file tree
Showing 8 changed files with 14 additions and 14 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@
use Neos\Behat\Tests\Behat\FlowContextTrait;
use Neos\ContentGraph\DoctrineDbalAdapter\Tests\Behavior\Features\Bootstrap\ProjectionIntegrityViolationDetectionTrait;
use Neos\ContentRepository\BehavioralTests\Tests\Functional\BehatTestHelper;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\Core\ContentRepository;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
use Neos\ContentRepository\BehavioralTests\ProjectionRaceConditionTester\Dto\TraceEntryType;
use Neos\ContentRepository\BehavioralTests\ProjectionRaceConditionTester\RedisInterleavingLogger;
use Neos\ContentRepository\BehavioralTests\Tests\Functional\BehatTestHelper;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\Core\ContentRepository;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

declare(strict_types=1);

namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers;
namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers;

use Behat\Gherkin\Node\PyStringNode;
use Behat\Gherkin\Node\TableNode;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers;
namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers;

use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\TestSuite\Behavior\Features\Bootstrap\Helpers\FakeClock;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers;
namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers;

use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\SharedModel\User\UserIdProviderInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

declare(strict_types=1);

namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers;
namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers;

use Behat\Gherkin\Node\PyStringNode;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

declare(strict_types=1);

namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers;
namespace Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers;

use Behat\Gherkin\Node\TableNode;
use Neos\ContentRepository\Core\Dimension\ContentDimensionSourceInterface;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,9 @@
use Behat\Mink\Exception\ElementNotFoundException;
use Behat\MinkExtension\Context\MinkContext;
use Neos\Behat\Tests\Behat\FlowContextTrait;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\CRBehavioralTestsSubjectProvider;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinPyStringNodeBasedNodeTypeManagerFactory;
use Neos\ContentRepository\BehavioralTests\Tests\Behavior\Bootstrap\Helpers\GherkinTableNodeBasedContentDimensionSourceFactory;
use Neos\ContentRepository\Core\ContentRepository;
use Neos\ContentRepository\Core\Factory\ContentRepositoryId;
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceFactoryInterface;
Expand Down

0 comments on commit e12ebe4

Please sign in to comment.