Skip to content

Instantly share code, notes, and snippets.

View Gounlaf's full-sized avatar
🤩
I'm trying to port Magick.NET to Kotlin

Florian Levis Gounlaf

🤩
I'm trying to port Magick.NET to Kotlin
View GitHub Profile
public function testZfIssue4619Action()
{
$form = new \Application\Form\Issue4619();
$form->setData(array('testDateTime' => 'asdf'));
// false
Debug::dump($form->isValid());
// 3 validators : Zend\Validator\NotEmpty, Zend\Validator\Date, Zend\Validator\DateStep
Debug::dump($form->getInputFilter()->get('testDateTime')->getValidatorChain()->getValidators());
$form = new \Application\Form\Issue4619();