-
- Downloads
change names and path up to standard
- rm test script from composer.json
Showing
- composer.json 4 additions, 7 deletionscomposer.json
- test/EnrollTokenTest.php 6 additions, 5 deletionstest/EnrollTokenTest.php
- test/PollTransactionTest.php 4 additions, 4 deletionstest/PollTransactionTest.php
- test/TriggerChallengeTest.php 6 additions, 5 deletionstest/TriggerChallengeTest.php
- test/ValidateCheckTest.php 6 additions, 5 deletionstest/ValidateCheckTest.php
- test/ValidateCheckU2FTest.php 6 additions, 5 deletionstest/ValidateCheckU2FTest.php
- test/ValidateCheckWebauthnTest.php 6 additions, 5 deletionstest/ValidateCheckWebauthnTest.php
- test/utils/UtilsForTests.php 1 addition, 0 deletionstest/utils/UtilsForTests.php
... | @@ -10,9 +10,9 @@ | ... | @@ -10,9 +10,9 @@ |
} | } | ||
], | ], | ||
"autoload": { | "autoload": { | ||
"psr-4": { | "psr-4": { | ||
"": "src" | "": "src" | ||
} | } | ||
}, | }, | ||
"repositories": [ | "repositories": [ | ||
{ | { | ||
... | @@ -29,8 +29,5 @@ | ... | @@ -29,8 +29,5 @@ |
"require-dev": { | "require-dev": { | ||
"phpunit/phpunit": "*", | "phpunit/phpunit": "*", | ||
"internations/http-mock": "*" | "internations/http-mock": "*" | ||
}, | |||
"scripts": { | |||
"test": "vendor/bin/phpunit test/privacyidea-php-client/TestTriggerChallenge.php" | |||
} | } | ||
} | } | ||
\ No newline at end of file |
Please register or sign in to comment