AddressBookCheckoutComponentTest::testUseExistingAddress PHP 메소드

testUseExistingAddress() 공개 메소드

    public function testUseExistingAddress()
    {
        $this->member->logIn();
        $this->assertTrue($this->config->validateData(array('BillingAddressBookCheckoutComponent_BillingAddressID' => $this->address1->ID)));
    }