https://github.com/mobicms/testutils
Utilities for testing
https://github.com/mobicms/testutils
database-testing test-utils testing
Last synced: about 1 month ago
JSON representation
Utilities for testing
- Host: GitHub
- URL: https://github.com/mobicms/testutils
- Owner: mobicms
- License: mit
- Created: 2021-12-01T16:36:15.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2025-10-09T09:46:10.000Z (3 months ago)
- Last Synced: 2025-11-07T02:28:26.545Z (2 months ago)
- Topics: database-testing, test-utils, testing
- Language: PHP
- Homepage:
- Size: 208 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: .github/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# `mobicms/testutils`
[](https://github.com/mobicms/testutils/blob/main/LICENSE)
[](https://github.com/mobicms/testutils/releases)
[](https://packagist.org/packages/mobicms/testutils)
[](https://github.com/mobicms/testutils/actions?query=workflow%3Aanalysis)
[](https://github.com/mobicms/testutils/actions?query=workflow%3Atests)
[](https://sonarcloud.io/code?id=mobicms_testutils)
[](https://sonarcloud.io/summary/overall?id=mobicms_testutils)
## Installation
The preferred method of installation is via [Composer](http://getcomposer.org). Run the following
command to install the package and add it as a requirement to your project's
`composer.json`:
```bash
composer require mobicms/testutils
```
## Contributing
Contributions are welcome! Please read [Contributing][contributing] for details.
[][yagni]
[][kiss]
In our development, we follow the principles of [YAGNI][yagni] and [KISS][kiss].
The source code should not have extra unnecessary functionality and should be as simple and efficient as possible.
## License
This package is licensed for use under the MIT License (MIT).
Please see [LICENSE][license] for more information.
## Our links
- [**mobiCMS Project**][website] website and support forum
- [**GitHub**](https://github.com/mobicms) mobiCMS project repositories
- [**Twitter**](https://twitter.com/mobicms)
[website]: https://mobicms.org
[yagni]: https://en.wikipedia.org/wiki/YAGNI
[kiss]: https://en.wikipedia.org/wiki/KISS_principle
[contributing]: https://github.com/mobicms/testutils/blob/main/.github/CONTRIBUTING.md
[license]: https://github.com/mobicms/testutils/blob/main/LICENSE