/**
  *
  */
 public function testMergeWithWrongDatatype()
 {
     /** @noinspection PhpParamsInspection */
     $this->assertFalse(Collection::merge(['a', 'b', 'c'], 'abc'));
 }