PHP Class Sulu\Bundle\ContactBundle\Behat\ContactContext

Inheritance: extends Sulu\Bundle\TestBundle\Behat\BaseContext, implements Behat\Behat\Context\SnippetAcceptingContext
Datei anzeigen Open project: sulu/sulu

Public Methods

Method Description
iClickOnTheEditIconInTheRowContaining ( $text )
theContactExists ( $firstName, $lastName, $typeName, $emailAddress )
theContactShouldExist ( $firstName, $lastName )
theContactShouldNotExist ( $firstName, $lastName )
theEmailTypeExists ( $type )

Protected Methods

Method Description
getContactManager ( ) : Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface Return the contact manager.

Method Details

getContactManager() protected method

Return the contact manager.
protected getContactManager ( ) : Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface
return Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface

iClickOnTheEditIconInTheRowContaining() public method

theContactExists() public method

public theContactExists ( $firstName, $lastName, $typeName, $emailAddress )

theContactShouldExist() public method

public theContactShouldExist ( $firstName, $lastName )

theContactShouldNotExist() public method

public theContactShouldNotExist ( $firstName, $lastName )

theEmailTypeExists() public method

public theEmailTypeExists ( $type )