Author: weaverryan Date: 2010-01-31 00:32:19 +0100 (Sun, 31 Jan 2010) New Revision: 27344
Modified: plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php Log: [1.4][sfSympalPlugin][1.0] Fixing tests - I added a core plugin Modified: plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php =================================================================== --- plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php 2010-01-30 22:44:27 UTC (rev 27343) +++ plugins/sfSympalPlugin/trunk/test/unit/ConfigurationTest.php 2010-01-30 23:32:19 UTC (rev 27344) @@ -30,6 +30,7 @@ 'sfSympalAdminPlugin', 'sfSympalEditorPlugin', 'sfSympalAssetsPlugin', + 'sfSympalContentSyntaxPlugin', ); $t->is($sympalConfiguration->getRequiredPlugins(), $requiredPlugins); @@ -54,7 +55,8 @@ 'sfSympalRenderingPlugin', 'sfSympalAdminPlugin', 'sfSympalEditorPlugin', - 'sfSympalAssetsPlugin' + 'sfSympalAssetsPlugin', + 'sfSympalContentSyntaxPlugin', ); $t->is($sympalConfiguration->getCorePlugins(), $corePlugins); -- 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.
