-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Closed
Labels
feature/assertionIssues related to assertions and expectationsIssues related to assertions and expectationstype/enhancementA new idea that should be implementedA new idea that should be implemented
Description
In many cases line ending difference doesn't matter at all but the test will fail in many cases because of it. For example:
- When checked out from git, user may have settings to convert line endings.
- Line ending differences when running on other OS vs what's used in tests.
We use the following assertion-methods: https://github.com/yiisoft/yii2/blob/master/tests/TestCase.php#L117
That would be great to have line-ending insensitive assertions out of the box.
simonhammes, samdark, vjik, devanych, viktorprogger and 2 more
Metadata
Metadata
Assignees
Labels
feature/assertionIssues related to assertions and expectationsIssues related to assertions and expectationstype/enhancementA new idea that should be implementedA new idea that should be implemented