silverstripe-comments/tests/CommentsGridFieldBulkActionTest.php
2016-01-17 16:15:07 +07:00

13 lines
209 B
PHP

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