<?php namespace SilverStripe\Comments\Tests; use SilverStripe\Dev\SapphireTest; class CommentsGridFieldBulkActionTest extends SapphireTest { public function testSpam() { $this->markTestSkipped('TODO'); } public function testApprove() { $this->markTestSkipped('TODO'); } }