public function testCanAppendString()
 {
     $this->assertEquals('foobar', Strings::append('foo', 'bar'));
 }