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 39b920c commit 09a8c98Copy full SHA for 09a8c98
tests/Unit/Screen/Fields/GroupTest.php
@@ -114,8 +114,8 @@ public function testItConvertsToStringCorrectly()
114
{
115
$group = Group::make([Input::make('x')]);
116
117
- $this->assertIsString((string)$group);
118
- $this->assertStringContainsString('input', (string)$group);
+ $this->assertIsString((string) $group);
+ $this->assertStringContainsString('input', (string) $group);
119
}
120
121
public function testItAppliesFormNameToAllFields()
0 commit comments