mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Fixed external cache test namespace
This commit is contained in:
parent
9fbdd1072e
commit
c48307027c
1 changed files with 3 additions and 1 deletions
4
apps/files_sharing/tests/external/cache.php
vendored
4
apps/files_sharing/tests/external/cache.php
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue