silverstripe-comments/tests/CommentsGridFieldBulkAction...

19 lines
316 B
PHP
Raw Normal View History

<?php
namespace SilverStripe\Comments\Tests;
use SilverStripe\Dev\SapphireTest;
2016-02-19 01:48:25 +01:00
class CommentsGridFieldBulkActionTest extends SapphireTest
{
public function testSpam()
{
$this->markTestSkipped('TODO');
}
2016-02-19 01:48:25 +01:00
public function testApprove()
{
$this->markTestSkipped('TODO');
}
}