소스 검색

[DependencyInjection] fixed fixture

Fabien Potencier 15 년 전
부모
커밋
18abbb81ee
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. 5 0
      tests/fixtures/Symfony/Components/DependencyInjection/includes/ProjectExtension.php

+ 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';