-
-
Notifications
You must be signed in to change notification settings - Fork 2.2k
Open
Description
While working with codeception/verify
, I've realized that equals
does not assert the types of the variables but same
does. I've already opened a PR there and got informed that this change should be made first in phpunit itself.
What is your position on this? If you think the changes I made in codeception/verify
are beneficial in phpunit as well, I'd happily provide a PR for it.
Did I catch all relevant locations?
assertEquals
and similar functions insrc/Framework/Assert/Functions.php:385-437
assertNotEquals
and similar functions insrc/Framework/Assert/Functions.php:439-501
Assert::equals
and similar functions insrc/Framework/Assert.php:387-431
Assert::notEquals
and similar functions insrc/Framework/Assert.php:438-490
Metadata
Metadata
Assignees
Labels
No labels