Skip to content

Commit

Permalink
OP-525: PHPUnit fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jkindly committed Sep 18, 2024
1 parent 7a972e0 commit 4252179
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion src/Resources/config/api_resources/Block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@
<property name="name" identifier="false" writable="false"/>
<property name="enabled" identifier="false" writable="false"/>
<property name="channels" identifier="false" writable="false"/>
<property name="locales" identifier="false" writable="false"/>
<property name="collections" identifier="false" writable="false"/>
<property name="products" identifier="false" writable="false"/>
<property name="taxons" identifier="false" writable="false"/>
Expand Down
3 changes: 0 additions & 3 deletions src/Resources/config/serialization/Block.xml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,6 @@
<attribute name="channels">
<group>sylius_cms:block:read:show</group>
</attribute>
<attribute name="locales">
<group>sylius_cms:block:read:show</group>
</attribute>
<attribute name="collections">
<group>sylius_cms:block:read:show</group>
</attribute>
Expand Down
6 changes: 0 additions & 6 deletions tests/Functional/DataFixtures/ORM/Api/BlockTest/block.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,8 +80,6 @@ Sylius\CmsPlugin\Entity\Block:
- '@collection1'
channels:
- '@channel'
locales:
- '@locale'
block2:
code: 'block2-code'
name: 'block2-name'
Expand All @@ -90,8 +88,6 @@ Sylius\CmsPlugin\Entity\Block:
- '@collection2'
channels:
- '@channel'
locales:
- '@locale'
block3:
code: 'block3-code'
name: 'block3-name'
Expand All @@ -100,8 +96,6 @@ Sylius\CmsPlugin\Entity\Block:
- '@collection3'
channels:
- '@channel'
locales:
- '@locale'
Sylius\CmsPlugin\Entity\Collection:
collection1:
code: 'collection1-code'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
"channels": [
"/api/v2/shop/channels/code"
],
"locales": [
"/api/v2/shop/locales/@string@"
],
"contentElements": [],
"products": [],
"taxons": [],
Expand Down

0 comments on commit 4252179

Please sign in to comment.