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

Inheritance: use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\IsolatedBehatStepsTrait, use trait Neos\Flow\Tests\Behavior\Features\Bootstrap\SecurityOperationsTrait, use trait Neos\ContentRepository\Tests\Behavior\Features\Bootstrap\NodeOperationsTrait, use trait Neos\ContentRepository\Tests\Behavior\Features\Bootstrap\NodeAuthorizationTrait
Show file Open project: neos/neos-development-collection

Protected Properties

Property Type Description
$bootstrap Neos\Flow\Core\Bootstrap
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface

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

$bootstrap protected static property

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

$objectManager protected property

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