v1.8.0
Changelog
- Add
\Spies\match_pattern()
which can be used as an argument to any call towith()
(in Expectations or Stubs) to apply a PCRE to a string, rather than having to match the string exactly.
\Spies\match_pattern()
which can be used as an argument to any call to with()
(in Expectations or Stubs) to apply a PCRE to a string, rather than having to match the string exactly.