Use the method

remotes/origin/dav-zip-folder
Joas Schilling 2015-10-20 10:11:25 +07:00
parent e5a7e3124a
commit 6043f0afdb
1 changed files with 1 additions and 7 deletions

@ -77,13 +77,7 @@ class RepairInvalidSharesTest extends TestCase {
])
->execute();
// select because lastInsertId does not work with OCI
$results = $this->connection->getQueryBuilder()
->select('id')
->from('share')
->execute()
->fetchAll();
$bogusShareId = $results[0]['id'];
$bogusShareId = $this->getLastShareId();
// link share with expiration date
$qb = $this->connection->getQueryBuilder();