You are here

protected property AddressElementTest::$testAddresses in Ubercart 8.4

Typical Address objects to test.

Do not modify these in test functions! Test functions may run in any order or simultaneously, leading to unpredictable results if these objects are modified by a test. Instead, clone these objects and operate on the clone.

Type: \Drupal\uc_store\Address[]

File

uc_store/tests/src/FunctionalJavascript/AddressElementTest.php, line 48

Class

AddressElementTest
Tests Ajax for the uc_address form element country and zone selection.

Namespace

Drupal\Tests\uc_store\FunctionalJavascript

Code

protected $testAddresses = [];