Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Commit

Permalink
Fixed test
Browse files Browse the repository at this point in the history
  • Loading branch information
akadlec committed Dec 25, 2015
1 parent d944fcd commit 39ff183
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tests/IPubTests/Forms/Phone/PhoneInputTest.phpt
Expand Up @@ -290,9 +290,7 @@ class PhoneInputTest extends Tester\TestCase
// Add form control to form
$form->addComponent($control, 'phone');

$dq = Tester\DomQuery::fromHtml((string) $control->getControl());

Assert::true($dq->has('input[value=234567890]'));
Assert::null($control->getLabelPart());
}

public function testLoadHttpDataEmpty()
Expand Down

0 comments on commit 39ff183

Please sign in to comment.