Add Unit Tests for BumbleDocGen\Core\Configuration\Configuration Namespace
Opened this issue · 0 comments
seanmcn commented
Validating the code in the BumbleDocGen\Core\Configuration\Configuration
namespace is vital for the project's stability and correctness. Here’s how you can contribute:
-
Write Tests:
- Use PHPUnit to craft tests for all classes and methods in this namespace.
- Ensure your tests are comprehensive and conform to the existing testing conventions in the project.
-
Run Tests Locally:
- Execute
composer run-script test
to run the tests on your local machine and ensure they pass.
- Execute
-
Create Pull Request:
- Once ready, create a pull request to the
1.x.x
branch with your tests. - GitHub will automatically run your tests again when you create the pull request.
- Once ready, create a pull request to the
-
Need Help?
- If you encounter any issues or need further clarification, comment on the issue and a maintainer will provide assistance.