Skip to content

Commit

Permalink
Merge pull request #258 in NEXT/development from ntr/entity-definitio…
Browse files Browse the repository at this point in the history
…n-instances to master

* commit '8971e73f937353b648e94387ab0b8b9b5af2ee98':
  NTR - remove unnecessary services
  • Loading branch information
janbuecker committed May 2, 2019
2 parents f187ffc + 8971e73 commit 2878f2e
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions config/services_test.xml
Expand Up @@ -28,24 +28,6 @@
<tag name="shopware.entity.definition" entity="named_optional_group"/>
</service>

<service id="named.repository" class="Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" public="true">
<argument>Shopware\Core\Framework\Test\DataAbstractionLayer\Field\TestDefinition\NamedDefinition</argument>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\VersionManager"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface"/>
<argument type="service" id="event_dispatcher"/>
</service>

<service id="named_optional_group.repository" class="Shopware\Core\Framework\DataAbstractionLayer\EntityRepository" public="true">
<argument>Shopware\Core\Framework\Test\DataAbstractionLayer\Field\TestDefinition\NamedOptionalGroupDefinition</argument>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Read\EntityReaderInterface"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\VersionManager"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Search\EntitySearcherInterface"/>
<argument type="service" id="Shopware\Core\Framework\DataAbstractionLayer\Search\EntityAggregatorInterface"/>
<argument type="service" id="event_dispatcher"/>
</service>

<service id="Shopware\Core\Framework\Test\DataAbstractionLayer\Version\CalculatedPriceFieldTestDefinition">
<tag name="shopware.entity.definition" entity="calculated_price_field_test" />
</service>
Expand Down

0 comments on commit 2878f2e

Please sign in to comment.