https://github.com/hydephp/testing
[readonly] - The hyde/testing package
https://github.com/hydephp/testing
Last synced: 9 months ago
JSON representation
[readonly] - The hyde/testing package
- Host: GitHub
- URL: https://github.com/hydephp/testing
- Owner: hydephp
- License: mit
- Created: 2022-07-23T14:30:32.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T20:13:55.000Z (about 1 year ago)
- Last Synced: 2025-04-10T12:43:06.717Z (9 months ago)
- Language: PHP
- Size: 67.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Internal testing helpers for HydePHP
[](https://packagist.org/packages/hyde/testing)
[](https://packagist.org/packages/hyde/testing)
**Warning:** This package should only be used as a dev-dependency, and never in production.
**Notice:** All code in this package is considered internal and should not be relied upon outside the HydePHP test suites.
## Installation
You can install the package via composer:
```bash
composer require hyde/testing --dev
```
## Usage
This package is created for and intended to be used specifically with HydePHP. It will likely not work with other frameworks, and such usage is discouraged.
```bash
php hyde test
```
## Contributing
Please see the [hydephp/develop](https://github.com/hydephp/develop/issues) monorepo for details.
### Security
If you discover any security related issues, please email caen@desilva.se instead of using the issue tracker.
There are no backwards compatibility guarantees other than what is implicitly offered through the HydePHP packages requiring this package.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.