protected function tearDown(): void
{ $this->connection->
rollBack();
$this->connection->
executeStatement('DROP TABLE `attribute_test_translation`'
);
$this->connection->
executeStatement('DROP TABLE `attribute_test`'
);
} public function testRawIsNotInherited(): void
{ $this->
addCustomFields(['root' => CustomFieldTypes::TEXT
]);
$id = 'c724803ea1cc4e72abc264a1020000bf';
$entity =
[ 'id' =>
$id,
'name' => 'test',
'translations' =>
[ 'en-GB' =>
[ 'customTranslated' =>
[ 'root' => 'test',
],
],
'de-DE' =>
[