Skip to content

Commit

Permalink
TASK: Remove NodeAuthorizationTrait from Neos behat FeatureContext
Browse files Browse the repository at this point in the history
currently this feature is not implemented see #3732
  • Loading branch information
mhsdesign committed Sep 20, 2023
1 parent ae9e889 commit 5577403
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
use Neos\ContentRepository\Core\Factory\ContentRepositoryServiceInterface;
use Neos\ContentRepository\TestSuite\Behavior\Features\Bootstrap\CRTestSuiteTrait;
use Neos\ContentRepository\TestSuite\Behavior\Features\Bootstrap\MigrationsTrait;
use Neos\ContentRepository\Security\Service\AuthorizationService;
use Neos\ContentRepositoryRegistry\ContentRepositoryRegistry;
use Neos\Flow\Security\AccountRepository;
use Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait;
Expand Down Expand Up @@ -56,7 +55,6 @@ class FeatureContext implements BehatContext
{
use FlowContextTrait;
use BrowserTrait;
use NodeAuthorizationTrait;
use SecurityOperationsTrait;
use IsolatedBehatStepsTrait;
use HistoryDefinitionsTrait;
Expand All @@ -81,7 +79,6 @@ public function __construct()
}
$this->objectManager = self::$bootstrap->getObjectManager();
$this->environment = $this->objectManager->get(Environment::class);
$this->nodeAuthorizationService = $this->objectManager->get(AuthorizationService::class);
$this->contentRepositoryRegistry = $this->objectManager->get(ContentRepositoryRegistry::class);

$this->setupSecurity();
Expand Down

0 comments on commit 5577403

Please sign in to comment.