Skip to content

Commit a9e9f9f

Browse files
author
Paolo Greppi
committed
metadata for production IdPs are required during tests
1 parent 5b1307f commit a9e9f9f

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -329,10 +329,11 @@ cd vendor/italia/spid-php-lib
329329
330330
### Unit tests
331331
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:
333333
```sh
334334
composer install
335335
make -C example/
336+
bin/download_idp_metadata.php example/idp_metadata
336337
```
337338
338339
then launch the unit tests with PHPunit:

bin/download_idp_metadata.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/usr/bin/php
22
<?php
3-
// downloads the metadata for all current idps from the registry
3+
// downloads the metadata for all current production IdPs from the registry
44
// and stores them all in the specified directory
55
//
66
// prerequisites:

0 commit comments

Comments
 (0)