aboutsummaryrefslogtreecommitdiffstats
path: root/apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php')
-rw-r--r--apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php b/apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php
index 6c566afc738..87aca2753ef 100644
--- a/apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php
+++ b/apps/files_trashbin/tests/Sabre/TrashbinPluginTest.php
@@ -29,9 +29,7 @@ class TrashbinPluginTest extends TestCase {
$this->server = new Server($tree);
}
- /**
- * @dataProvider quotaProvider
- */
+ #[\PHPUnit\Framework\Attributes\DataProvider('quotaProvider')]
public function testQuota(int $quota, int $fileSize, bool $expectedResult): void {
$fileInfo = $this->createMock(ITrashItem::class);
$fileInfo->method('getSize')