Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Test for x-autocomplete
  • Loading branch information
ThaDafinser committed Nov 6, 2013
1 parent b29d75b commit 755106a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ZendTest/Form/ElementTest.php
Expand Up @@ -34,6 +34,7 @@ public function testCanAddManyAttributesAtOnce()
'type' => 'text',
'class' => 'text-element',
'data-foo' => 'bar',
'x-autocompletetype' => 'email'
);
$element->setAttributes($attributes);
$this->assertEquals($attributes, $element->getAttributes());
Expand Down

0 comments on commit 755106a

Please sign in to comment.