diff options
Diffstat (limited to 'tests/lib/Command/AsyncBusTest.php')
-rw-r--r-- | tests/lib/Command/AsyncBusTest.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/Command/AsyncBusTest.php b/tests/lib/Command/AsyncBusTest.php index 31f28bb88c9..bfe201ed369 100644 --- a/tests/lib/Command/AsyncBusTest.php +++ b/tests/lib/Command/AsyncBusTest.php @@ -23,7 +23,7 @@ class SimpleCommand implements ICommand { class StateFullCommand implements ICommand { private $state; - function __construct($state) { + public function __construct($state) { $this->state = $state; } |