diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-07-09 19:17:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-09 19:17:23 +0200 |
commit | b21713a83328a135dcad14f565988225a054c9a8 (patch) | |
tree | f490207744aa40ec92aeab6a0d38a9708ac4c667 /tests/lib/TestCase.php | |
parent | 0fe7949f424298b78d7920171af88745fc34930d (diff) | |
parent | 379cfdda3c77b8909cc444a48ecd6635b8679143 (diff) | |
download | nextcloud-server-b21713a83328a135dcad14f565988225a054c9a8.tar.gz nextcloud-server-b21713a83328a135dcad14f565988225a054c9a8.zip |
Merge pull request #21772 from nextcloud/backport/21489/stable19
[stable19] Use the correct mountpoint to calculate
Diffstat (limited to 'tests/lib/TestCase.php')
-rw-r--r-- | tests/lib/TestCase.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/TestCase.php b/tests/lib/TestCase.php index b28be47875a..88c5b468543 100644 --- a/tests/lib/TestCase.php +++ b/tests/lib/TestCase.php @@ -441,7 +441,7 @@ abstract class TestCase extends \PHPUnit\Framework\TestCase { } } - private function IsDatabaseAccessAllowed() { + protected function IsDatabaseAccessAllowed() { // on travis-ci.org we allow database access in any case - otherwise // this will break all apps right away if (true == getenv('TRAVIS')) { |