Skip to content

Commit

Permalink
Fixes beberlei#136 - Make all assertions return true on success
Browse files Browse the repository at this point in the history
  • Loading branch information
VaclavSir committed Oct 30, 2016
1 parent fbadde4 commit 95c7d89
Show file tree
Hide file tree
Showing 5 changed files with 549 additions and 366 deletions.
1 change: 0 additions & 1 deletion TODO.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
# TODO

- Upgrade assertions to return true on successful assertion to allow this library to be used with PHP7's assert() functionality.
- Refactor unit tests into sets of related assertions.
- Refactor all unit tests to use the new recommend exception testing pattern as the current `setExpectedException()` method is deprecated.
- Maybe refactor names to be isXxx - maybe - but probably too much BC issues. Aliases are an option for BC (separate function library).
Expand Down
Loading

0 comments on commit 95c7d89

Please sign in to comment.