Ejemplo n.º 1
0
 public function testContainsIterativeHaystackEmpty()
 {
     $got = \BTRArray::ContainsIterative(array(), "x");
     $this->assertFalse($got);
 }