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

Note: This command controller will only be loaded in Testing context!
See also: IsolatedBehatStepsTrait
Inheritance: extends Neos\Flow\Cli\CommandController
Show file Open project: neos/flow-development-collection

Protected Properties

Property Type Description
$objectManager Neos\Flow\ObjectManagement\ObjectManagerInterface
$propertyMapper Neos\Flow\Property\PropertyMapper
$securityContext Neos\Flow\Security\Context

Public Methods

Method Description
callBehatStepCommand ( string $testHelperObjectName, string $methodName, boolean $withoutSecurityChecks = false ) Calls a behat step method

Method Details

callBehatStepCommand() public method

Calls a behat step method
public callBehatStepCommand ( string $testHelperObjectName, string $methodName, boolean $withoutSecurityChecks = false )
$testHelperObjectName string
$methodName string
$withoutSecurityChecks boolean

Property Details

$objectManager protected property

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

$propertyMapper protected property

protected PropertyMapper,Neos\Flow\Property $propertyMapper
return Neos\Flow\Property\PropertyMapper

$securityContext protected property

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