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