silverstripe-comments/tests/CommentsGridFieldBulkAction...

13 lines
209 B
PHP
Raw Normal View History

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