mirror of
https://github.com/nextcloud/server.git
synced 2026-06-12 02:00:51 -04:00
Fix Appframework tests with phpunit 5.2+
This commit is contained in:
parent
197e94457f
commit
ea9c79b7c0
1 changed files with 3 additions and 1 deletions
|
|
@ -236,7 +236,9 @@ class MapperTest extends MapperTestUtility {
|
|||
$entity->resetUpdatedFields();
|
||||
|
||||
$this->db->expects($this->never())
|
||||
->method('prepareQuery');
|
||||
->method('prepare');
|
||||
$this->db->expects($this->never())
|
||||
->method('prepare');
|
||||
|
||||
$this->mapper->update($entity);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue