PHP 클래스 Sulu\Bundle\ContactBundle\Behat\ContactContext

상속: extends Sulu\Bundle\TestBundle\Behat\BaseContext, implements Behat\Behat\Context\SnippetAcceptingContext
파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
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 )