Skip to content

Commit

Permalink
[TASK] Adapt functional test and release version 7.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
fsuter committed Dec 27, 2024
1 parent 897aa5f commit eabe7b0
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 11 deletions.
1 change: 1 addition & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

* Add a delete reaction, resolves #361
* Avoid accessing substructure when not of the expected type, resolves #360
* Release version 7.3.0

2024-11-24 Francois Suter (Idéative) <[email protected]>

Expand Down
4 changes: 2 additions & 2 deletions Documentation/guides.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
/>
<project
title="External Import"
release="7.2.9"
copyright="2007-2024"
release="7.3.0"
copyright="2007-2025"
/>
<inventory id="svconnector" url="https://docs.typo3.org/p/cobweb/svconnector/main/en-us/"/>
<inventory id="tut" url="https://docs.typo3.org/p/cobweb/externalimport_tut/main/en-us/"/>
Expand Down
16 changes: 8 additions & 8 deletions Tests/Functional/ImporterPreviewTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -219,9 +219,9 @@ public function handlePreviewProvider(): array
'categories' => 'USEFUL',
'created' => '2021-10-15 08:29:00',
'name' => 'Long sword',
'pictures' => 'https://loremflickr.com/320/240/scotland',
'sku' => '000001',
'tags' => 'attack,metal',
'pictures' => 'https://loremflickr.com/320/240/scotland',
'picture_title' => 'View from the left',
'picture_order' => '2',
],
Expand All @@ -230,9 +230,9 @@ public function handlePreviewProvider(): array
'categories' => 'USEFUL',
'created' => '2021-10-15 08:29:00',
'name' => 'Long sword',
'pictures' => 'https://loremflickr.com/320/240/volcano',
'sku' => '000001',
'tags' => 'attack,metal',
'pictures' => 'https://loremflickr.com/320/240/volcano',
'picture_title' => 'View from above',
'picture_order' => '1',
],
Expand All @@ -241,19 +241,19 @@ public function handlePreviewProvider(): array
'categories' => 'USEFUL',
'created' => '2021-10-15 08:29:00',
'name' => 'Long sword',
'pictures' => 'https://sdnfjwrthioweorg.gdsg/wtf',
'sku' => '000001',
'tags' => 'attack,metal',
'pictures' => 'https://sdnfjwrthioweorg.gdsg/wtf',
'picture_title' => 'View that does not exist',
],
[
'attributes' => '',
'categories' => 'USEFUL',
'created' => '2021-08-26 12:43:00',
'name' => 'Chain mail',
'pictures' => '',
'sku' => '000005',
'tags' => 'defense,metal',
'pictures' => '',
'picture_title' => '',
],
],
Expand Down Expand Up @@ -425,8 +425,8 @@ public function transformPreviewProvider(): array
'categories' => '',
'created' => 1634286540,
'name' => 'Long sword (base)',
'sku' => '000001',
'pictures' => ImageTransformation::$previewMessage,
'sku' => '000001',
'picture_title' => 'View from the left',
'picture_order' => '2',
],
Expand All @@ -435,8 +435,8 @@ public function transformPreviewProvider(): array
'categories' => '',
'created' => 1634286540,
'name' => 'Long sword (base)',
'sku' => '000001',
'pictures' => ImageTransformation::$previewMessage,
'sku' => '000001',
'picture_title' => 'View from above',
'picture_order' => '1',
],
Expand All @@ -445,17 +445,17 @@ public function transformPreviewProvider(): array
'categories' => '',
'created' => 1634286540,
'name' => 'Long sword (base)',
'sku' => '000001',
'pictures' => ImageTransformation::$previewMessage,
'sku' => '000001',
'picture_title' => 'View that does not exist',
],
[
'attributes' => null,
'categories' => '',
'created' => 1629981780,
'name' => 'Chain mail (base)',
'sku' => '000005',
'pictures' => null,
'sku' => '000005',
'picture_title' => '',
],
],
Expand Down
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'createDirs' => '',
'clearCacheOnLoad' => 0,
'author_company' => '',
'version' => '7.2.9',
'version' => '7.3.0',
'constraints' =>
[
'depends' =>
Expand Down

0 comments on commit eabe7b0

Please sign in to comment.