1
0
mirror of https://github.com/silverstripe/silverstripe-comments synced 2024-10-22 11:05:49 +02:00
silverstripe-comments/tests/CommentsGridFieldBulkActionTest.php

15 lines
240 B
PHP
Raw Permalink Normal View History

<?php
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');
}
}