Fixed external cache test namespace

This commit is contained in:
Vincent Petry 2015-01-21 15:52:56 +01:00
parent 9fbdd1072e
commit c48307027c
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
<?php <?php
namespace OCA\Files_sharing\Tests\External;
use OCA\Files_sharing\Tests\TestCase; 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/>. * 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 * @var \OC\Files\Storage\Storage