Closed fefo-p closed 2 years ago
@christophrumpel if you want no changes and are not interested in adding this, please close this PR / let me know so I can move on with my own implementation. Thanks!
Hey. I like it. I just asked a question about it in the issue you closed. Can you take a look?
@christophrumpel just in case you missed it, I reopened the issue with a message
Just back from vacation. Thanks a lot for the PR 👍
Using
PHPUnit::assertMatchesRegularExpression
andassertStringNotContainsString
the following assertion methods were created.Code is mostly duplicated, as I didn't want to make a major change, but logic could be extracted to protected methods to avoid duplication.