Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
This commit is contained in:
Maxence Lange 2017-03-14 14:28:45 -01:00 committed by Roeland Jago Douma
parent 1b9ed81cb6
commit 16e1c21fcc
No known key found for this signature in database
GPG Key ID: F941078878347C0C
1 changed files with 1 additions and 1 deletions

View File

@ -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];