[wp-trac] [WordPress Trac] #59655: Tests: Reduce usage of assertEquals for 6.5

WordPress Trac noreply at wordpress.org
Thu Feb 29 20:00:22 UTC 2024


#59655: Tests: Reduce usage of assertEquals for 6.5
--------------------------------------+---------------------
 Reporter:  hellofromTonya            |       Owner:  (none)
     Type:  task (blessed)            |      Status:  new
 Priority:  normal                    |   Milestone:  6.5
Component:  Build/Test Tools          |     Version:
 Severity:  normal                    |  Resolution:
 Keywords:  has-patch has-unit-tests  |     Focuses:
--------------------------------------+---------------------

Comment (by SergeyBiryukov):

 In [changeset:"57744" 57744]:
 {{{
 #!CommitTicketReference repository="" revision="57744"
 Tests: Use `assertSame()` in post meta revisioning tests.

 This ensures that not only the return values match the expected results,
 but also that their type is the same.

 Going forward, stricter type checking by using `assertSame()` should
 generally be preferred to `assertEquals()` where appropriate, to make the
 tests more reliable.

 Includes correcting the test class name.

 Follow-up to [56714].

 See #59655.
 }}}

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/59655#comment:10>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list