Skip to content

Commit dcbd83d

Browse files
committed
show test deprecations
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
1 parent d83fb47 commit dcbd83d

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

tests/phpunit.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
- SPDX-FileCopyrightText: 2021 Nextcloud GmbH and Nextcloud contributors
44
- SPDX-License-Identifier: AGPL-3.0-or-later
55
-->
6-
<phpunit bootstrap="bootstrap.php" convertDeprecationsToExceptions="true">
6+
<phpunit bootstrap="bootstrap.php" convertDeprecationsToExceptions="true" displayDetailsOnTestsThatTriggerDeprecations="true">
77
<testsuite name='user_oidc app tests'>
88
<directory>unit</directory>
99
</testsuite>

tests/unit/Service/ProvisioningServiceTest.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -248,7 +248,6 @@ public function testProvisionUserInvalidProperties(): void {
248248
$property->method('getName')->willReturn('twitter');
249249
$property->method('getScope')->willReturn(IAccountManager::SCOPE_LOCAL);
250250
$property->method('getValue')->willReturnCallback(function () use (&$twitterProperty) {
251-
echo 'GETTING: ' . $twitterProperty;
252251
return $twitterProperty;
253252
});
254253

0 commit comments

Comments
 (0)