PHP Класс Sulu\Bundle\ContactBundle\Behat\ContactContext

Наследование: extends Sulu\Bundle\TestBundle\Behat\BaseContext, implements Behat\Behat\Context\SnippetAcceptingContext
Показать файл Открыть проект

Открытые методы

Метод Описание
iClickOnTheEditIconInTheRowContaining ( $text )
theContactExists ( $firstName, $lastName, $typeName, $emailAddress )
theContactShouldExist ( $firstName, $lastName )
theContactShouldNotExist ( $firstName, $lastName )
theEmailTypeExists ( $type )

Защищенные методы

Метод Описание
getContactManager ( ) : Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface Return the contact manager.

Описание методов

getContactManager() защищенный Метод

Return the contact manager.
protected getContactManager ( ) : Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface
Результат Sulu\Bundle\ContactBundle\Contact\ContactManagerInterface

iClickOnTheEditIconInTheRowContaining() публичный Метод

theContactExists() публичный Метод

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

theContactShouldExist() публичный Метод

public theContactShouldExist ( $firstName, $lastName )

theContactShouldNotExist() публичный Метод

public theContactShouldNotExist ( $firstName, $lastName )

theEmailTypeExists() публичный Метод

public theEmailTypeExists ( $type )