diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/share20/defaultshareprovidertest.php | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/lib/share20/defaultshareprovidertest.php b/tests/lib/share20/defaultshareprovidertest.php index 166fbd25f17..4db6b2b14e7 100644 --- a/tests/lib/share20/defaultshareprovidertest.php +++ b/tests/lib/share20/defaultshareprovidertest.php @@ -375,9 +375,6 @@ class DefaultShareProviderTest extends \Test\TestCase { ->method('where') ->will($this->returnSelf()); $qb->expects($this->once()) - ->method('setParameter') - ->will($this->returnSelf()); - $qb->expects($this->once()) ->method('execute') ->will($this->throwException(new \Exception)); |