You are here

protected property AddressTest::$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/Functional/AddressTest.php, line 25

Class

AddressTest
Tests the creation and comparison of addresses.

Namespace

Drupal\Tests\uc_store\Functional

Code

protected $testAddresses = [];