You are here

public function CommerceCustomerUITest::testCommerceCustomerUIProfileCopy in Commerce Core 7

Test the copying of one profile's fields to another (disabled by default).

File

modules/customer/tests/commerce_customer_ui.test, line 596
Commerce customer profile tests.

Class

CommerceCustomerUITest
Functional tests for the commerce customer UI module.

Code

public function testCommerceCustomerUIProfileCopy() {
  $this
    ->_testCommerceCustomerUIProfileCopy();
}