diff --git a/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php b/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php
new file mode 100644
index 0000000..0419d69
--- /dev/null
+++ b/web/modules/custom/my_module/tests/src/Unit/Entity/PostTest.php
@@ -0,0 +1,9 @@
+<?php
+
+namespace Drupal\Tests\my_module\Unit\Entity;
+
+use Drupal\Tests\UnitTestCase;
+
+class PostTest extends UnitTestCase {
+
+}