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 e9fd6d5 commit 5897787Copy full SHA for 5897787
tests/Unit/NameTest.php
@@ -60,7 +60,7 @@ public function it_gets_first_and_last(): void
60
/** @test */
61
public function it_gets_the_full_name(): void
62
{
63
- self::assertSame('Randall Wilk',$this->firstAndLast->full);
+ self::assertSame('Randall Wilk', $this->firstAndLast->full);
64
self::assertSame('Randall Wilk', (string) $this->firstAndLast);
65
66
self::assertSame('Randall', $this->firstOnly->full);
0 commit comments