Sfoglia il codice sorgente

[DependencyInjection] fixed fixture

Fabien Potencier 15 anni fa
parent
commit
18abbb81ee

+ 5 - 0
tests/fixtures/Symfony/Components/DependencyInjection/includes/ProjectExtension.php

@@ -16,6 +16,11 @@ class ProjectExtension extends LoaderExtension
     return $configuration;
   }
 
+  public function getXsdValidationBasePath()
+  {
+    return false;
+  }
+
   public function getNamespace()
   {
     return 'http://www.example.com/schema/project';