Make WordPress Core

Changes between Initial Version and Version 2 of Ticket #52482


Ignore:
Timestamp:
02/09/2021 09:19:36 PM (4 years ago)
Author:
johnbillion
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #52482

    • Property Keywords php8 added
    • Property Summary changed from Tests: Reduce usage of assertSame() for 5.8 to Tests: Reduce usage of assertEquals() for 5.8
  • Ticket #52482 – Description

    initial v2  
    77Tasks:
    88
    9 * Use `assertSame()` when the type of the value in the assertion is important
     9* Switch to using `assertSame()` when the type of the value in the assertion is important
    1010* Replace overall usage of `assertEquals()` with type-strict assertion methods, with the aim of potentially removing its usage altogether