Merge pull request #13809 from sushantpaste/auto-complete-search
[civicrm-core.git] / tests / phpunit / api / v4 / services.xml
CommitLineData
19b53e5b
C
1<container xmlns="http://symfony.com/schema/dic/services"
2 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3 xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
4
5 <services>
6 <service id="test.param_provider" class="api\v4\Service\TestCreationParameterProvider">
7 <argument type="service" id="spec_gatherer"/>
8 </service>
9 </services>
10</container>