public function UcAddressesViewsTestCase::testArgumentValidatorPlugins in Ubercart Addresses 7
Same name and namespace in other branches
- 6.2 tests/uc_addresses.views.test \UcAddressesViewsTestCase::testArgumentValidatorPlugins()
Tests if the argument validator plugins work as expected.
File
- tests/
uc_addresses.views.test, line 285 - Test cases for Views integration.
Class
- UcAddressesViewsTestCase
- Test cases for Views integration.
Code
public function testArgumentValidatorPlugins() {
// Setup View.
$this
->createArgumentValidatorView();
// Test display access.
$this
->doDisplayAccessTests('uc_addresses_argument_validator');
}