Skip to content

Commit

Permalink
Updated tests - line of error has changed with nette/forms 3.1.12 and…
Browse files Browse the repository at this point in the history
… latte 2.x (#448)
  • Loading branch information
lulco authored Oct 10, 2023
1 parent 69b8f0c commit 9b079af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"require-dev": {
"phpunit/phpunit": "^9.5",
"nette/application": "^3.1.6",
"nette/forms": "^3.1.11",
"nette/forms": "^3.1.12",
"nikic/php-parser": "^4.15",
"efabrica/coding-standard": "^0.5",
"phpstan/phpstan-strict-rules": "^1.4",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -711,7 +711,7 @@ public function testForms(): void
],
[
'Form with name "notExisting" probably does not exist.',
48,
LatteVersion::isLatte3() ? 48 : 45,
'default.latte',
],
[
Expand Down

0 comments on commit 9b079af

Please sign in to comment.