public function testSearchStringLookupIsCaseSensitive()
 {
     $xao = new XArray(['foo', 'bar']);
     $this->assertFalse($xao->search('Foo'));
 }