mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
15 lines
240 B
PHP
15 lines
240 B
PHP
<?php
|
|
|
|
class CommentsGridFieldBulkActionTest extends SapphireTest
|
|
{
|
|
public function testSpam()
|
|
{
|
|
$this->markTestSkipped('TODO');
|
|
}
|
|
|
|
public function testApprove()
|
|
{
|
|
$this->markTestSkipped('TODO');
|
|
}
|
|
}
|