فهرست منبع

[FrameworkBundle] fixed tests to conform to new xsd

Bulat Shakirzyanov 14 سال پیش
والد
کامیت
11e568ee0e
1فایلهای تغییر یافته به همراه2 افزوده شده و 1 حذف شده
  1. 2 1
      src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml

+ 2 - 1
src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/xml/full.xml

@@ -12,11 +12,12 @@
         <app:profiler only-exceptions="true" />
         <app:router cache-warmer="true" resource="%kernel.root_dir%/config/routing.xml" type="xml" />
         <app:session auto-start="true" class="Session" default-locale="fr" storage-id="native" name="_SYMFONY" lifetime="86400" path="/" domain="example.com" secure="true" httponly="true" />
-        <app:templating assets-version="SomeVersionScheme" assets-base-urls="http://cdn.example.com" cache-warmer="true">
+        <app:templating assets-version="SomeVersionScheme" cache-warmer="true">
             <app:loader>loader.foo</app:loader>
             <app:loader>loader.bar</app:loader>
             <app:engine id="php" />
             <app:engine id="twig" />
+            <app:assets-base-url>http://cdn.example.com</app:assets-base-url>
         </app:templating>
         <app:translator enabled="true" fallback="fr" />
         <app:validation enabled="true" />