Changes between Initial Version and Version 2 of Ticket #52482
- Timestamp:
- 02/09/2021 09:19:36 PM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52482
- Property Keywords php8 added
-
Property
Summary
changed from
Tests: Reduce usage of assertSame() for 5.8
toTests: Reduce usage of assertEquals() for 5.8
-
Ticket #52482 – Description
initial v2 7 7 Tasks: 8 8 9 * Use`assertSame()` when the type of the value in the assertion is important9 * Switch to using `assertSame()` when the type of the value in the assertion is important 10 10 * Replace overall usage of `assertEquals()` with type-strict assertion methods, with the aim of potentially removing its usage altogether