diff options
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 */ |