Fix filenames and class names in tests/lib/comments

This commit is contained in:
Joas Schilling 2016-05-18 18:55:44 +02:00
parent bbf758b1b0
commit ba230888c6
No known key found for this signature in database
GPG Key ID: 70A0B324C41C0946
2 changed files with 3 additions and 5 deletions

View File

@ -5,8 +5,7 @@ namespace Test\Comments;
use OCP\Comments\IComment; use OCP\Comments\IComment;
use Test\TestCase; use Test\TestCase;
class Test_Comments_Comment extends TestCase class CommentTest extends TestCase {
{
public function testSettersValidInput() { public function testSettersValidInput() {
$comment = new \OC\Comments\Comment(); $comment = new \OC\Comments\Comment();

View File

@ -6,12 +6,11 @@ use OCP\Comments\ICommentsManager;
use Test\TestCase; use Test\TestCase;
/** /**
* Class Test_Comments_Manager * Class ManagerTest
* *
* @group DB * @group DB
*/ */
class Test_Comments_Manager extends TestCase class ManagerTest extends TestCase {
{
public function setUp() { public function setUp() {
parent::setUp(); parent::setUp();