Assertions such as `assertNotEquals()`, for example, use [`LogicalNot::negate()`](https://github.com/sebastianbergmann/phpunit/blob/10.3.4/src/Framework/Constraint/Operator/LogicalNot.php#L24) to generate failure messages. When the string that is to be transformed contains words such as `contains` or `exists` then the transformation generates confusing failure messages.
Assertions such as
assertNotEquals(), for example, useLogicalNot::negate()to generate failure messages.When the string that is to be transformed contains words such as
containsorexiststhen the transformation generates confusing failure messages.