protected function tearDown(): void
{ $profile =
$this->
fetchProfile();
if (!
$profile) { $this->
createProfile();
} } public function testTimestampIsCorrect(): void
{ $migration =
new Migration1676272001AddAccountTypeToCustomerProfileImportExport();
static::
assertEquals('1676272001',
$migration->
getCreationTimestamp());
} public function testPreventUpdateIfProfileNotExists(): void
{ $this->
prepare();
$this->connection->
executeQuery( 'DELETE FROM `import_export_profile` WHERE `source_entity` =:source_entity and `name` = :name AND `system_default` = 1',
[ 'source_entity' => CustomerDefinition::ENTITY_NAME,