We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c0f14 commit 12f8aa4Copy full SHA for 12f8aa4
tests/ActivityDetailsTest.php
@@ -55,6 +55,11 @@ public function testGetRememberMeId()
55
$this->assertEquals($this->rememberMeId, $this->activityDetails->getRememberMeId());
56
}
57
58
+ public function testGetParentRememberMeIdExists()
59
+ {
60
+ $this->assertTrue(method_exists($this->activityDetails, 'getParentRememberMeId'));
61
+ }
62
+
63
/**
64
* Test getting Given Names
65
*/
0 commit comments