mirror of
https://github.com/silverstripe/silverstripe-comments
synced 2024-10-22 11:05:49 +02:00
ab3f35257b
* Remove CommentList and replace with a polymorphic has_one relationship * Tweaks for unit tests. Add tests for encode/decodeClassName.
15 lines
286 B
PHP
15 lines
286 B
PHP
<?php
|
|
|
|
namespace SilverStripe\Comments\Tests;
|
|
|
|
use SilverStripe\Dev\SapphireTest;
|
|
|
|
class CommentsGridFieldConfigTest extends SapphireTest
|
|
{
|
|
public function testConstruct()
|
|
{
|
|
// $config = new CommentsGridFieldConfigTest();
|
|
$this->markTestSkipped('TODO');
|
|
}
|
|
}
|