Author: caefer
Date: 2010-03-31 23:07:50 +0200 (Wed, 31 Mar 2010)
New Revision: 28936
Modified:
plugins/sfImageTransformExtraPlugin/trunk/test/sfImageTransformExtraPluginTests.php
Log:
small bugfix: suppresses a php notice in
sfImageTransformExtraPluginConfiguration (Thanks Christof)
Modified:
plugins/sfImageTransformExtraPlugin/trunk/test/sfImageTransformExtraPluginTests.php
===================================================================
---
plugins/sfImageTransformExtraPlugin/trunk/test/sfImageTransformExtraPluginTests.php
2010-03-31 20:18:56 UTC (rev 28935)
+++
plugins/sfImageTransformExtraPlugin/trunk/test/sfImageTransformExtraPluginTests.php
2010-03-31 21:07:50 UTC (rev 28936)
@@ -36,7 +36,7 @@
// instantiate a fake symfony unit test task to retrieve all connected
tests for this plugin
$task = new sfTestUnitTask($configuration->getEventDispatcher(), new
sfFormatter());
- $event = new sfEvent($task, 'task.test.filter_test_files',
array('arguments' => array(), 'options' => array()));
+ $event = new sfEvent($task, 'task.test.filter_test_files',
array('arguments' => array('name' => array()), 'options' => array()));
$files = $pluginConfig->filterTestFiles($event, array());
$suite->addTestFiles($files);
--
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.