Skip to content

Commit

Permalink
test: fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dg committed Feb 5, 2019
1 parent 72d2856 commit fa2723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Forms/Forms.idMask.phpt
Expand Up @@ -13,7 +13,7 @@ require __DIR__ . '/../bootstrap.php';
Assert::exception(function () {
$input = new TextInput('name');
$input->getHtmlId();
}, Nette\InvalidStateException::class, "Component '' is not attached to 'Nette\\Forms\\Form'.");
}, Nette\InvalidStateException::class, "Component %a% is not attached to 'Nette\\Forms\\Form'.");


Assert::exception(function () {
Expand Down

0 comments on commit fa2723a

Please sign in to comment.