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