diff options
author | Robin Appelman <robin@icewind.nl> | 2020-07-08 13:58:04 +0200 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2020-07-09 11:14:44 +0200 |
commit | 37c334a2a6480422f5471dabdf47461148dda147 (patch) | |
tree | 0ffd4960129de96f8cd7e4511d6de7c39529ad7c /tests/lib/TestCase.php | |
parent | e0fbf4d0338d4e8fff4658d2b03618770e5ddd7d (diff) | |
download | nextcloud-server-37c334a2a6480422f5471dabdf47461148dda147.tar.gz nextcloud-server-37c334a2a6480422f5471dabdf47461148dda147.zip |
ensure mounts are scanned during tests
Signed-off-by: Robin Appelman <robin@icewind.nl>
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')) { |