PHP Class Sulu\Bundle\ContactBundle\Behat\ContactContext

Inheritance: extends Sulu\Bundle\TestBundle\Behat\BaseContext, implements Behat\Behat\Context\SnippetAcceptingContext
Afficher le fichier Open project: sulu/sulu

Méthodes publiques

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

Méthodes protégées

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

Method Details

getContactManager() protected méthode

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

iClickOnTheEditIconInTheRowContaining() public méthode

theContactExists() public méthode

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

theContactShouldExist() public méthode

public theContactShouldExist ( $firstName, $lastName )

theContactShouldNotExist() public méthode

public theContactShouldNotExist ( $firstName, $lastName )

theEmailTypeExists() public méthode

public theEmailTypeExists ( $type )