Use proper namespace

This commit is contained in:
Lukas Reschke 2014-12-19 19:42:02 +01:00 committed by Morris Jobke
parent 0ed00bca43
commit 7b3f736300
1 changed files with 2 additions and 1 deletions

View File

@ -8,10 +8,11 @@
* See the COPYING-README file.
*/
namespace OC\Connector\Sabre;
namespace Test\Connector\Sabre;
use OCP\IUserManager;
use OCP\IConfig;
use OC\Connector\Sabre\Principal;
class Test_Principal extends \Test\TestCase {
/** @var IUserManager */