silverstripe-comments/tests/CommentsGridFieldConfigTest...

10 lines
194 B
PHP
Raw Normal View History

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