silverstripe-comments/tests/CommentsGridFieldConfigTest...

15 lines
286 B
PHP

<?php
namespace SilverStripe\Comments\Tests;
use SilverStripe\Dev\SapphireTest;
class CommentsGridFieldConfigTest extends SapphireTest
{
public function testConstruct()
{
// $config = new CommentsGridFieldConfigTest();
$this->markTestSkipped('TODO');
}
}