Skip to content
This repository has been archived by the owner on May 30, 2019. It is now read-only.

Commit

Permalink
Fixed classes for Symfony3
Browse files Browse the repository at this point in the history
* Fixed tests
  • Loading branch information
mmoreram committed Dec 9, 2015
1 parent e8dcc84 commit a82b2e7
Show file tree
Hide file tree
Showing 87 changed files with 326 additions and 308 deletions.
6 changes: 3 additions & 3 deletions app/config/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,9 @@ twig:

globals:
elcodi_context: []
currency_wrapper: @elcodi.wrapper.currency
store: @elcodi.store
store_tracker: @elcodi.store_tracker
currency_wrapper: "@elcodi.wrapper.currency"
store: "@elcodi.store"
store_tracker: "@elcodi.store_tracker"

#
# Doctrine Configuration
Expand Down
2 changes: 1 addition & 1 deletion app/config/config_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ doctrine:
charset: UTF8

orm:
auto_generate_proxy_classes: "%kernel.debug%"
auto_generate_proxy_classes: true
auto_mapping: false

web_profiler:
Expand Down
2 changes: 1 addition & 1 deletion app/config/parameters_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ parameters:

database_driver: pdo_sqlite
database_name: bamboo_test
database_path: %kernel.cache_dir%bamboo.test
database_path: %kernel.cache_dir%/bamboo.test
Loading

0 comments on commit a82b2e7

Please sign in to comment.