Author: caefer
Date: 2010-03-23 16:45:33 +0100 (Tue, 23 Mar 2010)
New Revision: 28717

Modified:
   
plugins/sfImageTransformExtraPlugin/trunk/test/fixtures/project/apps/frontend/config/settings.yml
Log:
enabled caching in fixture project to be able to test setting the view cache

Modified: 
plugins/sfImageTransformExtraPlugin/trunk/test/fixtures/project/apps/frontend/config/settings.yml
===================================================================
--- 
plugins/sfImageTransformExtraPlugin/trunk/test/fixtures/project/apps/frontend/config/settings.yml
   2010-03-23 15:44:51 UTC (rev 28716)
+++ 
plugins/sfImageTransformExtraPlugin/trunk/test/fixtures/project/apps/frontend/config/settings.yml
   2010-03-23 15:45:33 UTC (rev 28717)
@@ -10,14 +10,14 @@
   .settings:
     error_reporting:        <?php echo (E_ALL | E_STRICT)."\n" ?>
     web_debug:              true
-    cache:                  false
+    cache:                  true
     no_script_name:         false
     etag:                   false
 
 test:
   .settings:
     error_reporting:        <?php echo ((E_ALL | E_STRICT) ^ E_NOTICE)."\n" ?>
-    cache:                  false
+    cache:                  true
     web_debug:              false
     no_script_name:         false
     etag:                   false

-- 
You received this message because you are subscribed to the Google Groups 
"symfony SVN" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/symfony-svn?hl=en.

Reply via email to