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 a44f86c commit da9fc63Copy full SHA for da9fc63
src/LiveComponent/tests/Functional/Form/ComponentWithFormTest.php
@@ -64,7 +64,7 @@ public function testFormValuesRebuildAfterFormChanges(): void
64
->assertContains('changed description by user</textarea>')
65
// check that validation happened and stuck
66
->assertContains('This value is too short. It should have 100 characters or more.')
67
- ->use(function(Crawler $crawler) {
+ ->use(function (Crawler $crawler) {
68
$div = $crawler->filter('[data-controller="live"]');
69
$liveData = json_decode($div->attr('data-live-data-value'), true);
70
// make sure the 2nd collection type was initialized, that it didn't
0 commit comments