File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change 75
75
# this test is currently disabled because three providers fail it.
76
76
# i _believe_ they should be deleted, as they are of no use to consumers.
77
77
78
- # if (!isset($endpoint['discovery']) || $endpoint['discovery'] === 0){
79
- # if (!isset($endpoint['schemes']) || !count($endpoint['schemes'])){
80
- # echo "Endpoint without schemes or discovery found in provider file providers/$file\n";
81
- # print_r($endpoint);
82
- # exit(1);
83
- # }
84
- # }
78
+ if (!isset ($ endpoint ['discovery ' ]) || $ endpoint ['discovery ' ] === 0 ){
79
+ if (!isset ($ endpoint ['schemes ' ]) || !count ($ endpoint ['schemes ' ])){
80
+ echo "Endpoint without schemes or discovery found in provider file providers/ $ file \n" ;
81
+ print_r ($ endpoint );
82
+ exit (1 );
83
+ }
84
+ }
85
85
86
86
if (!isset ($ endpoint ['url ' ])){
87
87
echo "Endpoint without URL found in provider file providers/ $ file \n" ;
You can’t perform that action at this time.
0 commit comments