aboutsummaryrefslogtreecommitdiffstats
path: root/tests/Core/Command/Apps/AppsDisableTest.php
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Core/Command/Apps/AppsDisableTest.php')
-rw-r--r--tests/Core/Command/Apps/AppsDisableTest.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Core/Command/Apps/AppsDisableTest.php b/tests/Core/Command/Apps/AppsDisableTest.php
index 8d23ecd1c61..ce43222e44e 100644
--- a/tests/Core/Command/Apps/AppsDisableTest.php
+++ b/tests/Core/Command/Apps/AppsDisableTest.php
@@ -50,7 +50,7 @@ class AppsDisableTest extends TestCase {
$this->assertSame($statusCode, $this->commandTester->getStatusCode());
}
- public function dataCommandInput(): array {
+ public static function dataCommandInput(): array {
return [
[['admin_audit'], 0, 'admin_audit ([\d\.]*) disabled'],
[['comments'], 0, 'comments ([\d\.]*) disabled'],