diff --git a/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php b/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php new file mode 100644 index 0000000..790efdc --- /dev/null +++ b/web/modules/custom/my_module/tests/src/Kernel/ArticleRepositoryTest.php @@ -0,0 +1,14 @@ +assertCount(1, $articles); + } + +}