Author: Jonathan.Wage Date: 2010-02-17 02:57:43 +0100 (Wed, 17 Feb 2010) New Revision: 28070
Modified: plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php Log: [1.4][sfSympalPlugin][1.0] Fixing failing test Modified: plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php =================================================================== --- plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php 2010-02-17 01:22:22 UTC (rev 28069) +++ plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php 2010-02-17 01:57:43 UTC (rev 28070) @@ -41,6 +41,7 @@ 'sfSympalEditorPlugin', 'sfSympalAssetsPlugin', 'sfSympalContentSyntaxPlugin', + 'sfSympalSearchPlugin' ); $t->is($sympalConfiguration->getRequiredPlugins(), $requiredPlugins, '->getRequiredPlugins() returns the correct array'); @@ -67,6 +68,7 @@ 'sfSympalEditorPlugin', 'sfSympalAssetsPlugin', 'sfSympalContentSyntaxPlugin', + 'sfSympalSearchPlugin' ); $t->is($sympalConfiguration->getCorePlugins(), $corePlugins, '->getCorePlugins() returns the correct array'); -- 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.
