diff options
author | Vincent Petry <pvince81@owncloud.com> | 2015-01-21 15:52:56 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2015-01-21 15:52:56 +0100 |
commit | c48307027c2d048ab6a386e6b1f1a54ff4d7604d (patch) | |
tree | 840ea3f4eb37ad759c9df7ccb5ffa3c9dba0860a /apps/files_sharing/tests | |
parent | 9fbdd1072ed4eac276261f23d855bca2ca932477 (diff) | |
download | nextcloud-server-c48307027c2d048ab6a386e6b1f1a54ff4d7604d.tar.gz nextcloud-server-c48307027c2d048ab6a386e6b1f1a54ff4d7604d.zip |
Fixed external cache test namespace
Diffstat (limited to 'apps/files_sharing/tests')
-rw-r--r-- | apps/files_sharing/tests/external/cache.php | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/apps/files_sharing/tests/external/cache.php b/apps/files_sharing/tests/external/cache.php index 6274a0b6390..33f59cf70f1 100644 --- a/apps/files_sharing/tests/external/cache.php +++ b/apps/files_sharing/tests/external/cache.php @@ -1,4 +1,6 @@ <?php +namespace OCA\Files_sharing\Tests\External; + use OCA\Files_sharing\Tests\TestCase; /** @@ -21,7 +23,7 @@ use OCA\Files_sharing\Tests\TestCase; * License along with this library. If not, see <http://www.gnu.org/licenses/>. * */ -class Test_Files_Sharing_External_Cache extends TestCase { +class Cache extends TestCase { /** * @var \OC\Files\Storage\Storage |