PHPUnit | assertStringNotContainsString() Function
The assertStringNotContainsString() function is a builtin function in PHPUnit and is used to assert a string doesn't containing a substring. This assertion will return true in the case if the string doesn't contain the substring as a substring else returns false and in case of true the asserted test