owncloud / openidconnect

OpenId Connect (OIDC) Integration for ownCloud
GNU General Public License v2.0
5 stars 2 forks source link

phpunit tests are failing in nighlty #291

Closed SwikritiT closed 1 year ago

SwikritiT commented 1 year ago

The following tests are failing in nightly

There was 1 error:

1) OCA\OpenIdConnect\Tests\Unit\EventHandlerTest::testListenerDifferentEvent
PHPUnit\Framework\MockObject\UnknownTypeException: Class or interface "Symfony\Component\EventDispatcher\Event" does not exist

/var/www/owncloud/server/apps/openidconnect/tests/unit/EventHandlerTest.php:67
phpvfscomposer:///var/www/owncloud/server/lib/composer/phpunit/phpunit/phpunit:106

ERRORS!
Tests: 113, Assertions: 191, Errors: 1.

Generating code coverage report in Clover XML format ... done [00:00.008]
make: *** [Makefile:108: test-php-unit-dbg] Error 2

Related core issue: https://github.com/owncloud/core/issues/39630