| 1 | <?php |
||
| 14 | class AddressChangeTest extends TestCase { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * @var EntityManager |
||
| 18 | */ |
||
| 19 | private $entityManager; |
||
| 20 | |||
| 21 | public function setUp(): void { |
||
| 24 | |||
| 25 | public function testWhenNewAddressChangeIsPersisted_uuidIsGeneratedAndStored() { |
||
| 35 | |||
| 36 | public function testWhenAddressIdentifierIsUpdated_dataIsProperlyAssigned() { |
||
| 44 | } |
||
| 45 |