Open elliotchance opened 10 years ago
$a = [ 'foo' => [ 'abc' => [ [ 'bar' => 'baz' ], ], ], ]; $this->assert($a, has_item, [ 'bar' => 'baz' ], in_key_path, 'foo.abc');
This should also apply to finding keys and values.
This should also apply to finding keys and values.