Content
View differences
Updated by Sajan Gurung 5 months ago
CI for NC master branch has been dIsabled DIsabled in [https://github.com/nextcloud/integration\_openproject/pull/935](https://github.com/nextcloud/integration_openproject/pull/935)
due to the errors in oidc app while running phpunit tests:
```text
PHP Fatal error: Type of OCA\OIDCIdentityProvider\Db\Client::$id must be string|int|null (as in class OCP\AppFramework\Db\Entity) in /home/runner/work/integration_openproject/integration_openproject/integration_openproject/server/apps/oidc/lib/Db/Client.php on line 53
Script phpunit handling the test:unit event returned with error code 255
make: *** [makefile:103: phpunit] Error 255
```
<br>
The fix needs to be done in the oidc app.
Open issue: https://github.com/H2CK/oidc/issues/612
PHP Fatal error: Type of OCA\OIDCIdentityProvider\Db\Client::$id must be string|int|null (as in class OCP\AppFramework\Db\Entity) in /home/runner/work/integration_openproject/integration_openproject/integration_openproject/server/apps/oidc/lib/Db/Client.php on line 53
Script phpunit handling the test:unit event returned with error code 255
make: *** [makefile:103: phpunit] Error 255
```
<br>
The fix needs to be done in the oidc app.
Open issue: https://github.com/H2CK/oidc/issues/612