Skip to content

Commit 12f8aa4

Browse files
Moussa Sidibesidibos
authored andcommitted
SDK-603: Add a test case for parentRememberMeId
1 parent 11c0f14 commit 12f8aa4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/ActivityDetailsTest.php

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ public function testGetRememberMeId()
5555
$this->assertEquals($this->rememberMeId, $this->activityDetails->getRememberMeId());
5656
}
5757

58+
public function testGetParentRememberMeIdExists()
59+
{
60+
$this->assertTrue(method_exists($this->activityDetails, 'getParentRememberMeId'));
61+
}
62+
5863
/**
5964
* Test getting Given Names
6065
*/

0 commit comments

Comments
 (0)