init without trunk
This commit is contained in:
parent
ed24ac4994
commit
bb809e7233
14652 changed files with 177862 additions and 94817 deletions
11
vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml
vendored
Normal file
11
vendor/doctrine/doctrine-cache-bundle/Tests/Functional/Fixtures/config/array.xml
vendored
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<?xml version="1.0" ?>
|
||||
<srv:container xmlns="http://doctrine-project.org/schemas/symfony-dic/cache"
|
||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xmlns:srv="http://symfony.com/schema/dic/services"
|
||||
xsi:schemaLocation="http://symfony.com/schema/dic/services http://symfony.com/schema/dic/services/services-1.0.xsd
|
||||
http://doctrine-project.org/schemas/symfony-dic/cache http://doctrine-project.org/schemas/symfony-dic/cache/doctrine_cache-1.0.xsd">
|
||||
|
||||
<doctrine-cache>
|
||||
<provider name="my_array_cache" type="array" />
|
||||
</doctrine-cache>
|
||||
</srv:container>
|
||||
Loading…
Add table
Add a link
Reference in a new issue