silverstripe-comments/tests/CommentsGridFieldConfigTest.php

11 lines
209 B
PHP
Raw Normal View History

<?php
2016-02-19 01:48:25 +01:00
class CommentsGridFieldConfigTest extends SapphireTest
{
public function test__construct()
{
$config = new CommentsGridFieldConfigTest();
2016-02-19 01:48:25 +01:00
$this->markTestSkipped('TODO');
}
}