[DependencyInjection] fixed fixture

This commit is contained in:
Fabien Potencier 2010-02-23 14:31:25 +01:00
parent b4414bc3de
commit 18abbb81ee
1 changed files with 5 additions and 0 deletions

View File

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