Tests: Use `assertSame()` in `WP_AI_Client_Prompt_Builder` 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 [61700]. Props sagardeshmukh. See #64324. git-svn-id: https://develop.svn.wordpress.org/trunk@62248 602fd350-edb4-49c9-b593-d223f7449a82
S
Sergey Biryukov committed
fc65d677c90f8799dd66c7e949c0495b1924cba0
Parent: 67094ee