File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed
Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -147,6 +147,17 @@ If you discover any security related issues, please email <
[email protected] 147147
148148-->
149149
150+ ## Running solid/webid-provider-tests
151+ Due to https://github.com/pdsinterop/php-solid-server/issues/8 you should run, in one terminal window:
152+ ``` sh
153+ HOST=127.0.0.1 composer serve-dev
154+ ```
155+ and in another you run the [ webid-provider-test] ( https://github.com/solid/webid-provider-tests ) as:
156+ ``` sh
157+ SERVER_ROOT=http://localhost:8080 ./node_modules/.bin/jest test/surface/fetch-openid-config.test.ts
158+ ```
159+ The current ` dev ` branch of php-solid-server should pass roughly 7 out of 17 tests.
160+
150161## Available Features
151162
152163Based on the specifications, the following features are available:
You can’t perform that action at this time.
0 commit comments