1.1.1
Fixed
- The "on the fly" created test doubles would identify as the same class when comparing objects using
instanceof
. #45
The underlying logic has been changed to prevent this.
This includes removing the (non-public API)Yoast\WPTestUtils\BrainMonkey\Doubles\DummyTestDouble
class which was introduced in 1.1.0.