Skip to content

Commit cf80496

Browse files
committed
Fix code style
1 parent 2b7cad8 commit cf80496

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/src/OneLogin/Saml2/ResponseTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,8 +1178,8 @@ public function testIsValidSignWithEmptyReferenceURI()
11781178
$settings = new OneLogin_Saml2_Settings($settingsInfo);
11791179
$response = new OneLogin_Saml2_Response($settings, $xml);
11801180
$this->assertTrue($response->isValid());
1181-
$this->assertTrue(!empty($response->getAttributes()));
11821181
$attributes = $response->getAttributes();
1182+
$this->assertTrue(!empty($attributes));
11831183
$this->assertEquals('[email protected]', $attributes['http://schemas.xmlsoap.org/ws/2005/05/identity/claims/emailaddress'][0]);
11841184
}
11851185
}

0 commit comments

Comments
 (0)