nextcloud/apps/updatenotification/tests
Joas Schilling 42140ab53f
Fix update notification tests
18) OCA\UpdateNotification\Tests\Notification\BackgroundJobTest::testCreateNotifications with data set #1 ('app2', '1.0.1', '1.0.0', '1.0.0', true, array('user1'), array(array('user1')))
Method notify may not return value of type Mock_INotification_2134ee38, its return declaration is ": void"

19) OCA\UpdateNotification\Tests\Notification\BackgroundJobTest::testCreateNotifications with data set #2 ('app3', '1.0.1', false, false, true, array('user2', 'user3'), array(array('user2'), array('user3')))
Method notify may not return value of type Mock_INotification_2134ee38, its return declaration is ": void"

Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20 17:15:31 +02:00
..
Controller Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Notification Fix update notification tests 2021-04-20 17:15:31 +02:00
Settings Hide updater button when web updater is disabled 2021-02-18 08:53:57 +01:00
ResetTokenBackgroundJobTest.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
UpdateCheckerTest.php Update all license headers for Nextcloud 21 2020-12-16 18:48:22 +01:00