/**
  *
  */
 public function testIsEmptyWithWrongDatatype()
 {
     $this->assertFalse(Collection::isEmpty('abc'));
 }