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.
Str::apa()
1 parent 0673cb7 commit 119a3a3Copy full SHA for 119a3a3
tests/Support/SupportStrTest.php
@@ -98,6 +98,7 @@ public function testStringApa()
98
$this->assertSame('To Kill a Mockingbird', Str::apa('To Kill A Mockingbird'));
99
100
$this->assertSame('', Str::apa(''));
101
+ $this->assertSame(' ', Str::apa(' '));
102
}
103
104
public function testStringWithoutWordsDoesntProduceError()
0 commit comments