fix mock
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
parent
1b9ed81cb6
commit
16e1c21fcc
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ class SharesPluginTest extends \Test\TestCase {
|
|||
->with(
|
||||
$this->equalTo('user1'),
|
||||
$this->anything(),
|
||||
$this->equalTo(false)
|
||||
$this->equalTo(true)
|
||||
)
|
||||
->will($this->returnCallback(function ($userId, $node, $flag) use ($shareTypes, $dummyShares) {
|
||||
return [111 => $dummyShares];
|
||||
|
|
Loading…
Reference in a new issue