@ -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();
@ -6,12 +6,11 @@ use OCP\Comments\ICommentsManager;
/**
* Class Test_Comments_Manager
* Class ManagerTest
*
* @group DB
*/
class Test_Comments_Manager extends TestCase
class ManagerTest extends TestCase {
public function setUp() {
parent::setUp();