aboutsummaryrefslogtreecommitdiffstats
path: root/tests/lib/Command/BackgroundModeTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/Command/BackgroundModeTest.php')
-rw-r--r--tests/lib/Command/BackgroundModeTest.php4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/lib/Command/BackgroundModeTest.php b/tests/lib/Command/BackgroundModeTest.php
index 2f874deb78a..ab036ef87ee 100644
--- a/tests/lib/Command/BackgroundModeTest.php
+++ b/tests/lib/Command/BackgroundModeTest.php
@@ -35,9 +35,7 @@ class BackgroundModeTest extends TestCase {
$this->command->setDefinition($inputDefinition);
}
- /**
- * @dataProvider dataModeCommand
- */
+ #[\PHPUnit\Framework\Attributes\DataProvider('dataModeCommand')]
public function testModeCommand(string $mode): void {
$this->appConfig->expects($this->once())
->method('setValueString')