91ff5d460203b1d0bd038df3245d3db037a06f91
[yaffs-website] / vendor / symfony / dependency-injection / Tests / Fixtures / xml / xml_with_wrong_ext.php
1 <?xml version="1.0" ?>
2
3 <container xmlns="http://symfony.com/schema/dic/services"
4     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5     xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd">
6   <parameters>
7     <parameter key="with_wrong_ext">from xml</parameter>
8   </parameters>
9 </container>