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 8770977 commit 9f5613bCopy full SHA for 9f5613b
tests/src/OneLogin/Saml2/AuthTest.php
@@ -573,6 +573,7 @@ public function testProcessSLORequestDeletingSession()
573
* a LogoutResponse is created and a redirection executed
574
*
575
* @covers OneLogin_Saml2_Auth::processSLO
576
+ * @runInSeparateProcess
577
*/
578
public function testProcessSLORequestDeletingSessionCallback()
579
{
@@ -617,7 +618,7 @@ public function testProcessSLORequestDeletingSessionCallback()
617
618
// Session is alive
619
$this->assertTrue(isset($_SESSION['samltest']));
620
// But has been modified
- $this->assertFalse(isset($_SESSION['samltest']));
621
+ $this->assertFalse($_SESSION['samltest']);
622
}
623
624
0 commit comments