public function CommerceCustomerUITest::testCommerceCustomerUIProfileCopyDefaultEnabled in Commerce Core 7
Test the copying of one profile's fields to another (enabled by default).
File
- modules/
customer/ tests/ commerce_customer_ui.test, line 603 - Commerce customer profile tests.
Class
- CommerceCustomerUITest
- Functional tests for the commerce customer UI module.
Code
public function testCommerceCustomerUIProfileCopyDefaultEnabled() {
$this
->_testCommerceCustomerUIProfileCopy(TRUE);
}