diff options
author | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 09:27:21 +0200 |
---|---|---|
committer | Joas Schilling <nickvergessen@owncloud.com> | 2016-05-19 09:27:21 +0200 |
commit | 55fc6536d33bd044a72437ac61d3c5ade09111cb (patch) | |
tree | ee2f5dd35734d7f8fdba75b77d5cfb98444abeb7 /tests/lib/appconfig.php | |
parent | 7f3f16d1554bd2adbe3287fbf09a1124664f54af (diff) | |
download | nextcloud-server-55fc6536d33bd044a72437ac61d3c5ade09111cb.tar.gz nextcloud-server-55fc6536d33bd044a72437ac61d3c5ade09111cb.zip |
FIx lib/ a-d
Diffstat (limited to 'tests/lib/appconfig.php')
-rw-r--r-- | tests/lib/appconfig.php | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tests/lib/appconfig.php b/tests/lib/appconfig.php index 64f0f80e045..12d9728c868 100644 --- a/tests/lib/appconfig.php +++ b/tests/lib/appconfig.php @@ -7,16 +7,14 @@ * See the COPYING-README file. */ -namespace Test\Lib; - -use Test\TestCase; +namespace Test; /** * Class AppConfig * * @group DB * - * @package Test\Lib + * @package Test */ class AppConfig extends TestCase { /** @var \OCP\IAppConfig */ |