silverstripe-comments/tests/CommentsGridFieldBulkAction...

15 lines
240 B
PHP

<?php
class CommentsGridFieldBulkActionTest extends SapphireTest
{
public function testSpam()
{
$this->markTestSkipped('TODO');
}
public function testApprove()
{
$this->markTestSkipped('TODO');
}
}