From ba230888c6f227dc91fdb1d620d395360343908d Mon Sep 17 00:00:00 2001 From: Joas Schilling Date: Wed, 18 May 2016 18:55:44 +0200 Subject: [PATCH] Fix filenames and class names in tests/lib/comments --- tests/lib/comments/{comment.php => commenttest.php} | 3 +-- tests/lib/comments/{manager.php => managertest.php} | 5 ++--- 2 files changed, 3 insertions(+), 5 deletions(-) rename tests/lib/comments/{comment.php => commenttest.php} (98%) rename tests/lib/comments/{manager.php => managertest.php} (99%) diff --git a/tests/lib/comments/comment.php b/tests/lib/comments/commenttest.php similarity index 98% rename from tests/lib/comments/comment.php rename to tests/lib/comments/commenttest.php index 9b3f2ab166..b55c345f71 100644 --- a/tests/lib/comments/comment.php +++ b/tests/lib/comments/commenttest.php @@ -5,8 +5,7 @@ namespace Test\Comments; use OCP\Comments\IComment; use Test\TestCase; -class Test_Comments_Comment extends TestCase -{ +class CommentTest extends TestCase { public function testSettersValidInput() { $comment = new \OC\Comments\Comment(); diff --git a/tests/lib/comments/manager.php b/tests/lib/comments/managertest.php similarity index 99% rename from tests/lib/comments/manager.php rename to tests/lib/comments/managertest.php index c55f472888..90a8399eb2 100644 --- a/tests/lib/comments/manager.php +++ b/tests/lib/comments/managertest.php @@ -6,12 +6,11 @@ use OCP\Comments\ICommentsManager; use Test\TestCase; /** - * Class Test_Comments_Manager + * Class ManagerTest * * @group DB */ -class Test_Comments_Manager extends TestCase -{ +class ManagerTest extends TestCase { public function setUp() { parent::setUp();