Skip to content

Commit

Permalink
Update serializer metadata cache config for test cases
Browse files Browse the repository at this point in the history
  • Loading branch information
Charles Rouillon committed Dec 11, 2015
1 parent cc9d145 commit cef0515
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Tests/Config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ parameters:

services:
session.storage:
class: Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage
class: Symfony\Component\HttpFoundation\Session\Storage\MockArraySessionStorage
serializer.metadata.cache:
class: BackBee\Rest\Metadata\Cache\FileCache
arguments: ["%bbapp.cache.dir%/"]

0 comments on commit cef0515

Please sign in to comment.