Skip to content

Commit

Permalink
Update wiki
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotchance committed Aug 2, 2014
1 parent f5dd8de commit 096e7f6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Expand Up @@ -69,6 +69,8 @@ Matchers

### Arrays

* `?:array does not have key ?:string with value ?` - Assert an array does not have key and value item.
* `?:array does not have item ?:array`
* `?:array does not have key ?:int,string` - Assert an array does not have a key.
* `?:array does not have keys ?:array` - Assert an array does not contain any keys.
* `?:array does not have value ?` - Assert an array does not have any occurrences of the given value.
Expand Down
2 changes: 1 addition & 1 deletion wiki
Submodule wiki updated from d8c828 to ce3409

0 comments on commit 096e7f6

Please sign in to comment.