Author: ornicar2
Date: 2010-01-14 13:11:57 +0100 (Thu, 14 Jan 2010)
New Revision: 26616
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/test/project/lib/form/doctrine/DmTestCommentForm.class.php
Log:
[Diem]
- minor test project fix
Modified:
plugins/diemPlugin/trunk/dmCorePlugin/test/project/lib/form/doctrine/DmTestCommentForm.class.php
===================================================================
---
plugins/diemPlugin/trunk/dmCorePlugin/test/project/lib/form/doctrine/DmTestCommentForm.class.php
2010-01-14 11:22:32 UTC (rev 26615)
+++
plugins/diemPlugin/trunk/dmCorePlugin/test/project/lib/form/doctrine/DmTestCommentForm.class.php
2010-01-14 12:11:57 UTC (rev 26616)
@@ -12,5 +12,6 @@
{
public function configure()
{
+ $this->validatorSchema['body']->setOption('required', true);
}
}
--
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.