We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afa48c0 commit e28547cCopy full SHA for e28547c
TODO.md
@@ -2,8 +2,6 @@
2
3
- Refactor unit tests into sets of related assertions.
4
- Refactor all unit tests to use the new recommend exception testing pattern as the current `setExpectedException()` method is deprecated.
5
-- Maybe refactor names to be isXxx - maybe - but probably too much BC issues. Aliases are an option for BC (separate function library).
6
- Not really sure of the mileage on this. May simply not be worth it for the sake of consistent naming.
7
- Separate assertions into sets that deal with related themes:
8
- Variable type (isInt, isString isBoolean, isArray, etc.)
9
- Variable content (min, max, between, etc.)
0 commit comments