Skip to content

Commit

Permalink
prepared for rc2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
DavertMik committed Jun 27, 2015
1 parent c88be27 commit f87b861
Show file tree
Hide file tree
Showing 5 changed files with 95 additions and 66 deletions.
116 changes: 58 additions & 58 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 16 additions & 0 deletions docs/modules/Asserts.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,22 @@ Checks that condition is negative.
* `param string` $message


### assertFileExists

Checks if file exists

* `param string` $filename
* `param string` $message


### assertFileNotExists

Checks if file doesn't exists

* `param string` $filename
* `param string` $message


### assertGreaterThan

Checks that actual is greater than expected
Expand Down
Loading

0 comments on commit f87b861

Please sign in to comment.