https://github.com/cross-solution/phpunit-utils
Utilities for unit testing with PHPUnit
https://github.com/cross-solution/phpunit-utils
Last synced: 4 months ago
JSON representation
Utilities for unit testing with PHPUnit
- Host: GitHub
- URL: https://github.com/cross-solution/phpunit-utils
- Owner: cross-solution
- License: mit
- Created: 2019-02-19T16:47:15.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-09-09T13:07:25.000Z (almost 6 years ago)
- Last Synced: 2025-03-03T00:03:22.506Z (over 1 year ago)
- Language: PHP
- Size: 175 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# CROSS PHPUnit Utils
- [Installation](#Installation)
- [Usage](#Usage)
- [License](#License)
This package contains various utilities to aid in writing unit tests with the PHPUnit Framework.
## Installation
```bash
composer require --dev cross-solution/phpunit-utils
```
## Usage
At the moment, the documentation is solely in the PHPDocs comments of the source files.
## License
Released under the [MIT](LICENSE) license