PHP Class Neos\Flow\Tests\Functional\Command\BehatTestHelper

Inheritance: use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait, use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait
显示文件 Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$authenticationManager Neos\Flow\Security\Authentication\AuthenticationManagerInterface
$bootstrap Neos\Flow\Core\Bootstrap
$environment Neos\Flow\Utility\Environment
$mockActionRequest Neos\Flow\Mvc\ActionRequest
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$policyService Neos\Flow\Security\Policy\PolicyService
$privilegeManager Neos\Flow\Security\Authorization\PrivilegeManagerInterface
$securityContext Neos\Flow\Security\Context
$testingProvider Neos\Flow\Security\Authentication\Provider\TestingProvider

Public Methods

Method Description
initializeObject ( ) : void

Protected Methods

Method Description
getObjectManager ( ) : mixed

Method Details

getObjectManager() protected method

protected getObjectManager ( ) : mixed
return mixed

initializeObject() public method

public initializeObject ( ) : void
return void

Property Details

$authenticationManager protected_oe property

protected AuthenticationManagerInterface,Neos\Flow\Security\Authentication $authenticationManager
return Neos\Flow\Security\Authentication\AuthenticationManagerInterface

$bootstrap protected_oe static_oe property

protected static Bootstrap,Neos\Flow\Core $bootstrap
return Neos\Flow\Core\Bootstrap

$environment protected_oe property

protected Environment,Neos\Flow\Utility $environment
return Neos\Flow\Utility\Environment

$mockActionRequest protected_oe property

protected ActionRequest,Neos\Flow\Mvc $mockActionRequest
return Neos\Flow\Mvc\ActionRequest

$objectManager protected_oe property

protected ObjectManagerInterface,Neos\Flow\ObjectManagement $objectManager
return Neos\Flow\ObjectManagement\ObjectManagerInterface

$policyService protected_oe property

protected PolicyService,Neos\Flow\Security\Policy $policyService
return Neos\Flow\Security\Policy\PolicyService

$privilegeManager protected_oe property

protected PrivilegeManagerInterface,Neos\Flow\Security\Authorization $privilegeManager
return Neos\Flow\Security\Authorization\PrivilegeManagerInterface

$securityContext protected_oe property

protected Context,Neos\Flow\Security $securityContext
return Neos\Flow\Security\Context

$testingProvider protected_oe property

protected TestingProvider,Neos\Flow\Security\Authentication\Provider $testingProvider
return Neos\Flow\Security\Authentication\Provider\TestingProvider