diff options
author | Lukas Reschke <lukas@owncloud.com> | 2014-12-19 19:42:02 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2015-01-05 09:54:14 +0100 |
commit | 7b3f7363002087c146803c6d7852407ad7aa39cc (patch) | |
tree | 96f77406abd2ec879b4776cd6be02a08cf5685f1 /tests | |
parent | 0ed00bca439b73c53f145e2e1bf83d6b32d98623 (diff) | |
download | nextcloud-server-7b3f7363002087c146803c6d7852407ad7aa39cc.tar.gz nextcloud-server-7b3f7363002087c146803c6d7852407ad7aa39cc.zip |
Use proper namespace
Diffstat (limited to 'tests')
-rw-r--r-- | tests/lib/connector/sabre/principal.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/lib/connector/sabre/principal.php b/tests/lib/connector/sabre/principal.php index 91e74dae047..74217cce7b7 100644 --- a/tests/lib/connector/sabre/principal.php +++ b/tests/lib/connector/sabre/principal.php @@ -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 */ |