Fix filenames and class names in tests/lib/comments

remotes/origin/smb-delay-init
Joas Schilling 10 years ago
parent bbf758b1b0
commit ba230888c6
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
  1. 3
      tests/lib/comments/commenttest.php
  2. 5
      tests/lib/comments/managertest.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();

@ -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();
Loading…
Cancel
Save