Fix filenames and class names in tests/lib/comments
This commit is contained in:
parent
bbf758b1b0
commit
ba230888c6
2 changed files with 3 additions and 5 deletions
|
@ -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…
Reference in a new issue