mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
10 lines
194 B
PHP
10 lines
194 B
PHP
|
<?php
|
||
|
|
||
|
class CommentsGridFieldConfigTest extends SapphireTest {
|
||
|
public function test__construct() {
|
||
|
$config = new CommentsGridFieldConfigTest();
|
||
|
$this->markTestSkipped('TODO');
|
||
|
}
|
||
|
|
||
|
}
|