diff options
author | Morris Jobke <hey@morrisjobke.de> | 2016-01-20 10:17:46 +0100 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2016-01-20 10:23:52 +0100 |
commit | b97fe978753ca72412ad6d868a1c4cb3f53eb82e (patch) | |
tree | e7b8487e624208b181a4f04cab8673ac15ba0b71 /tests/core | |
parent | 90085278494c5985e718221531bfe2933c23c722 (diff) | |
download | nextcloud-server-b97fe978753ca72412ad6d868a1c4cb3f53eb82e.tar.gz nextcloud-server-b97fe978753ca72412ad6d868a1c4cb3f53eb82e.zip |
move avatar controller to core/controller
Diffstat (limited to 'tests/core')
-rw-r--r-- | tests/core/controller/avatarcontrollertest.php (renamed from tests/core/avatar/avatarcontrollertest.php) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/core/avatar/avatarcontrollertest.php b/tests/core/controller/avatarcontrollertest.php index 9e46e1782af..8e5e58904a7 100644 --- a/tests/core/avatar/avatarcontrollertest.php +++ b/tests/core/controller/avatarcontrollertest.php @@ -18,7 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/> * */ -namespace OC\Core\Avatar; +namespace OC\Core\Controller; use OC; use OC\Core\Application; @@ -45,7 +45,7 @@ function is_uploaded_file($filename) { * * @group DB * - * @package OC\Core\Avatar + * @package OC\Core\Controller */ class AvatarControllerTest extends \Test\TestCase { use UserTrait; |