public function CommerceUPSAdministrationTestCase::testCommerceUPSSettingsForm in Commerce UPS 7.2
Same name and namespace in other branches
- 7 tests/commerce_ups.test \CommerceUPSAdministrationTestCase::testCommerceUPSSettingsForm()
File
- tests/
commerce_ups.test, line 42 - This will allows me to test the commerce ups module.
Class
- CommerceUPSAdministrationTestCase
- Administration tests for Commerce UPS.
Code
public function testCommerceUPSSettingsForm() {
$this
->drupalGet('admin/commerce/config/shipping/methods/ups/edit');
$this
->assertResponse(200, 'Hit something');
}