Commit Graph

4 Commits

Author SHA1 Message Date
8a3caa5e7f add custom message to failed expectations 2022-09-19 09:03:27 +02:00
fa1145dced Moves Laravel stuff to plugin 2022-09-18 15:59:29 +01:00
042f2ec3f3 Use mb_strlen instead of grapheme_strlen
Due to inconsistent behave, mb_strlen will be used.
2021-08-29 12:55:37 +02:00
8367af22e7 Adds toHaveLength() Expectation & Tests
Adds toHaveLength() Expectation and its tests. toHaveLength checks if the given value has the informed length. Works with strings, array, object and collections.
2021-08-28 17:02:09 +02:00