PHP Класс Sylius\Behat\Context\Ui\Shop\LoginContext

Автор: Arkadiusz Krakowiak ([email protected])
Наследование: implements Behat\Behat\Context\Context
Показать файл Открыть проект

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

Метод Описание
__construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Account\LoginPageInterface $loginPage, Sylius\Behat\Page\Shop\Account\RegisterPageInterface $registerPage, Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface $resetPasswordPage, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Behat\Service\NotificationCheckerInterface $notificationChecker )
iLogIn ( )
iLogInToTheAdminPanelWithEmailAndPassword ( $email, $password )
iRegisterWithEmailAndPassword ( $email, $password )
iResetIt ( )
iShouldBeAbleToLogInAsWithPassword ( $email, $password )
iShouldBeLoggedIn ( )
iShouldBeNotifiedAboutBadCredentials ( )
iShouldBeNotifiedAboutDisabledAccount ( )
iShouldBeNotifiedThatElementIsRequired ( $elementName )
iShouldBeNotifiedThatEmailWithResetInstructionWasSend ( )
iShouldNotBeLoggedIn ( )
iSpecifyTheEmail ( $email = null )
iSpecifyThePasswordAs ( $password = null )
iSpecifyTheUsername ( $username = null )
iWantToLogIn ( )
iWantToResetPassword ( )

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

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

public __construct ( Sylius\Behat\Page\Shop\HomePageInterface $homePage, Sylius\Behat\Page\Shop\Account\LoginPageInterface $loginPage, Sylius\Behat\Page\Shop\Account\RegisterPageInterface $registerPage, Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface $resetPasswordPage, Sylius\Behat\Service\Resolver\CurrentPageResolverInterface $currentPageResolver, Sylius\Behat\Service\NotificationCheckerInterface $notificationChecker )
$homePage Sylius\Behat\Page\Shop\HomePageInterface
$loginPage Sylius\Behat\Page\Shop\Account\LoginPageInterface
$registerPage Sylius\Behat\Page\Shop\Account\RegisterPageInterface
$resetPasswordPage Sylius\Behat\Page\Shop\Account\ResetPasswordPageInterface
$currentPageResolver Sylius\Behat\Service\Resolver\CurrentPageResolverInterface
$notificationChecker Sylius\Behat\Service\NotificationCheckerInterface

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

public iLogIn ( )

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

public iLogInToTheAdminPanelWithEmailAndPassword ( $email, $password )

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

public iRegisterWithEmailAndPassword ( $email, $password )

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

public iResetIt ( )

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

public iShouldBeAbleToLogInAsWithPassword ( $email, $password )

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

public iShouldBeLoggedIn ( )

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

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

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

public iShouldBeNotifiedThatElementIsRequired ( $elementName )

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

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

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

public iSpecifyTheEmail ( $email = null )

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

public iSpecifyThePasswordAs ( $password = null )

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

public iSpecifyTheUsername ( $username = null )

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

public iWantToLogIn ( )

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