5a: Add a unit test for the Post class

This commit is contained in:
Oliver Davies 2020-11-14 09:56:42 +00:00
parent 259f077f61
commit cbd0176c37

View file

@ -0,0 +1,9 @@
<?php
namespace Drupal\Tests\my_module\Unit\Entity;
use Drupal\Tests\UnitTestCase;
class PostTest extends UnitTestCase {
}