Skip to content

Commit 106ede1

Browse files
committed
Update MixedTypeTest.php
1 parent 0d3cf16 commit 106ede1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/PHPStan/Type/MixedTypeTest.php

+1
Original file line numberDiff line numberDiff line change
@@ -1170,6 +1170,7 @@ public function testEquals(MixedType $mixedType, Type $typeToCompare, bool $expe
11701170
$this->assertSame(
11711171
$expectedResult,
11721172
$mixedType->equals($typeToCompare),
1173+
sprintf('%s -> equals(%s)', $mixedType->describe(VerbosityLevel::precise()), $typeToCompare->describe(VerbosityLevel::precise())),
11731174
);
11741175
}
11751176

0 commit comments

Comments
 (0)