You are here

protected function CommerceCheckoutLoginUserLoginTest::postValidUserLogin in Commerce Checkout Login 7.2

3 calls to CommerceCheckoutLoginUserLoginTest::postValidUserLogin()
CommerceCheckoutLoginUserLoginTest::testAccountInformationPaneCanBeDisabled in tests/CommerceCheckoutLoginUserLoginTest.test
CommerceCheckoutLoginUserLoginTest::testAccountInformationPaneCanBeEnabled in tests/CommerceCheckoutLoginUserLoginTest.test
CommerceCheckoutLoginUserLoginTest::testSuccessfulLoginAndCheckout in tests/CommerceCheckoutLoginUserLoginTest.test

File

tests/CommerceCheckoutLoginUserLoginTest.test, line 96
Contains tests for the user login functionality.

Class

CommerceCheckoutLoginUserLoginTest
Checkout login test class.

Code

protected function postValidUserLogin() {
  $this
    ->postLoginForm($this->storeCustomerAccount->mail, $this->storeCustomerAccount->pass_raw);
}