### Bug Report <!-- Fill in the relevant information below to help triage your issue. --> Not able to write PHP unit test for a created resource using this module | Q | A |------------ | ------ | Version(s) | 1.9.x #### Summary <!-- Provide a summary describing the problem you are experiencing. --> Need to documentation to create Test for the created resource using this module #### Current behavior <!-- What is the current (buggy) behavior? --> not able to add unit test #### How to reproduce Try to add test and execute <!-- Provide steps to reproduce the bug. Adding a failing unit test would help us a lot - you can submit one in a Pull Request separately, referencing this bug report. --> Try to add php unit test and execute #### Expected behavior <!-- What was the expected (correct) behavior? --> PHP unit test cases should be created and executed [Laminus Community Forum Discussion about Unit test for API using apit-tools-rest](https://discourse.laminas.dev/t/how-to-write-unit-tests-in-laminas-api-tools-for-the-resources-not-for-controller/3576/9)