You are here

public function CommerceUPSAdministrationTestCase::testCommerceUPSSettingsForm in Commerce UPS 7.2

Same name and namespace in other branches
  1. 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');
}