File tree 2 files changed +3
-2
lines changed
2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -329,10 +329,11 @@ cd vendor/italia/spid-php-lib
329
329
330
330
### Unit tests
331
331
332
- Install prerequisites with composer and generate key and certificate for the SP with:
332
+ Install prerequisites with composer, generate key and certificate for the SP and download the metadata for all current production IdPs with:
333
333
```sh
334
334
composer install
335
335
make -C example/
336
+ bin/download_idp_metadata.php example/idp_metadata
336
337
```
337
338
338
339
then launch the unit tests with PHPunit:
Original file line number Diff line number Diff line change 1
1
#!/usr/bin/php
2
2
<?php
3
- // downloads the metadata for all current idps from the registry
3
+ // downloads the metadata for all current production IdPs from the registry
4
4
// and stores them all in the specified directory
5
5
//
6
6
// prerequisites:
You can’t perform that action at this time.
0 commit comments