示例#1
0
 public function testShouldApplyUcWordsEmpty()
 {
     $string = new Strings('');
     $result = $string->ucwords();
     $this->assertEmpty($result);
 }