Skip to content
This repository was archived by the owner on Aug 1, 2023. It is now read-only.

Un-deprecate `toEqual` and `toNotEqual`, using `===`

Choose a tag to compare

@fredemmott fredemmott released this 12 Jul 18:27
Undeprecate toEqual / toNotEqual (#14)

* Undeprecate toEqual / toNotBeEqual

These functions are back in style now, apparently.

* shim to Same instead of PHPEqual

* Add docblocks