We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 50e6f78 + c52efc2 commit 79c784aCopy full SHA for 79c784a
1 file changed
tests/TestCase/View/Helper/IdentityHelperTest.php
@@ -90,6 +90,8 @@ public function testWithOutIdentity()
90
$this->assertNull($helper->getId());
91
92
$this->assertFalse($helper->is(1));
93
+
94
+ $this->assertNull($helper->getIdentity());
95
}
96
97
public function testGetIdentity()
0 commit comments