We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fcf821 commit 886dab7Copy full SHA for 886dab7
tests/Rules/PHPUnit/data/assert-same.php
@@ -68,6 +68,7 @@ public function testOther()
68
public function testStaticMethodReturnWithSameTypeIsNotReported()
69
{
70
$this->assertSame(self::createSomething('foo'), self::createSomething('foo'));
71
+ $this->assertNotSame(self::createSomething('bar'), self::createSomething('bar'));
72
}
73
74
/**
0 commit comments