nuno maduro
820fa08313
fix: package lock fingerprint
2026-07-18 01:10:01 +01:00
Fabio Ivona
8a3caa5e7f
add custom message to failed expectations
2022-09-19 09:03:27 +02:00
Nuno Maduro
fa1145dced
Moves Laravel stuff to plugin
2022-09-18 15:59:29 +01:00
Daniel Ang
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
Daniel Ang
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