Closed ivan-tymoshenko closed 5 years ago
If the object refer to each other then it's possible to use strictSame/same for that, in order to compare with topology (objects reference themselves in the same way) it's possible to use new sameTopology (https://github.com/metarhia/metatests/commit/58eaf2d5cfae853ed84592b658d4b7a9be759d02).
strictSame
same
sameTopology
If the object refer to each other then it's possible to use
strictSame
/same
for that, in order to compare with topology (objects reference themselves in the same way) it's possible to use newsameTopology
(https://github.com/metarhia/metatests/commit/58eaf2d5cfae853ed84592b658d4b7a9be759d02).