Skip to content

Commit b453541

Browse files
Updated mock of daemon interface in test suite
1 parent 3948053 commit b453541

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Helper/Mocker/MockDaemon.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ public function run()
1313
return $this->delegateCall('run', func_get_args());
1414
}
1515

16-
public function flagShutdown()
16+
public function flagShutdown($message = null)
1717
{
1818
return $this->delegateCall('flagShutdown', func_get_args());
1919
}

0 commit comments

Comments
 (0)