silverstripe-comments/tests/CommentsGridFieldConfigTest.php
2016-01-17 16:15:07 +07:00

10 lines
194 B
PHP

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