/**
  *
  */
 public function testExistValueWithWrongDatatype()
 {
     $this->assertFalse(Collection::existsValue('abc', 'a'));
 }