-
- Downloads
test: fix tests
* Fix and Update: TestValidateCheck
* Create TestValidateCheckU2F.php
* Create TestValidateCheckWebauthn.php
* Fix: PrivacyIDEA->validateCheck()
$pass can be empty
* Update TestValidateCheckU2F.php
* Update TestValidateCheckWebauthn.php
+ Create UtilsForTests
* fix code duplicate
* Fix: PrivacyIDEA->validateCheckU2F()
all 3 parameters have to be set
* Fix: PrivacyIDEA->validateCheckWebAuthn()
all 4 property have to be set
* Update u2f and webauthn
* Fix and update: TestTriggerChallenge
* add realm
* Delete TestGetAuthToken.php
* Fix: get token info
* Update TestEnrollToken.php
* Update TestPollTransaction.php
* Update TestValidateCheckWebauthn.php
* Add u2fMessage() to PIResponse
* Update TestPollTransaction.php
* Update TestTriggerChallenge.php
* Update TestValidateCheck.php
* Update TestValidateCheckU2F.php
* Update TestValidateCheckWebauthn.php
* move authToken to the Utils
Co-authored-by:
Pavel Břoušek <brousek@ics.muni.cz>
Showing
- composer.json 1 addition, 0 deletionscomposer.json
- src/PIResponse.php 17 additions, 1 deletionsrc/PIResponse.php
- src/PrivacyIDEA.php 5 additions, 6 deletionssrc/PrivacyIDEA.php
- tests/EnrollTokenTest.php 104 additions, 119 deletionstests/EnrollTokenTest.php
- tests/PollTransactionTest.php 75 additions, 6 deletionstests/PollTransactionTest.php
- tests/TriggerChallengeTest.php 79 additions, 97 deletionstests/TriggerChallengeTest.php
- tests/UtilsForTests.php 48 additions, 0 deletionstests/UtilsForTests.php
- tests/ValidateCheckTest.php 55 additions, 107 deletionstests/ValidateCheckTest.php
- tests/ValidateCheckU2FTest.php 138 additions, 0 deletionstests/ValidateCheckU2FTest.php
- tests/ValidateCheckWebauthnTest.php 171 additions, 0 deletionstests/ValidateCheckWebauthnTest.php
Loading
Please register or sign in to comment