Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Tests: Use
assertSame()
in navigation fallback 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. Follow-up to [56052]. See #60705. Built from https://develop.svn.wordpress.org/trunk@58183 git-svn-id: http://core.svn.wordpress.org/trunk@57646 1a063a9b-81f0-0310-95a4-ce76da25c4cd
- Loading branch information