silverstripe-comments/tests/CommentsGridFieldConfigTest.php
2016-02-19 13:48:25 +13:00

11 lines
209 B
PHP

<?php
class CommentsGridFieldConfigTest extends SapphireTest
{
public function test__construct()
{
$config = new CommentsGridFieldConfigTest();
$this->markTestSkipped('TODO');
}
}