We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 065f822 + 5897787 commit 1af0519Copy full SHA for 1af0519
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