示例#1
0
 public function test_join()
 {
     $map = new MapOfStrings(['bleak', 'house']);
     $this->assertSame('bleak house', $map->join(' '));
 }