We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72d2856 commit fa2723aCopy full SHA for fa2723a
tests/Forms/Forms.idMask.phpt
@@ -13,7 +13,7 @@ require __DIR__ . '/../bootstrap.php';
13
Assert::exception(function () {
14
$input = new TextInput('name');
15
$input->getHtmlId();
16
-}, Nette\InvalidStateException::class, "Component '' is not attached to 'Nette\\Forms\\Form'.");
+}, Nette\InvalidStateException::class, "Component %a% is not attached to 'Nette\\Forms\\Form'.");
17
18
19
0 commit comments