https://github.com/floor9design-ltd/testing-tools
A repo offering a collection of quick testing methods and tools
https://github.com/floor9design-ltd/testing-tools
php-unit testing testing-tools unit-test
Last synced: about 1 month ago
JSON representation
A repo offering a collection of quick testing methods and tools
- Host: GitHub
- URL: https://github.com/floor9design-ltd/testing-tools
- Owner: floor9design-ltd
- License: mit
- Created: 2021-01-21T10:52:50.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-01T14:57:58.000Z (over 3 years ago)
- Last Synced: 2025-12-27T07:01:05.038Z (6 months ago)
- Topics: php-unit, testing, testing-tools, unit-test
- Language: PHP
- Homepage:
- Size: 223 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# testing-tools
[](https://github.com/floor9design-ltd/testing-tools/releases)
[](https://packagist.org/packages/floor9design/testing-tools)
[](LICENCE.md)
[](https://travis-ci.com/github/floor9design-ltd/testing-tools)
[](https://codecov.io/gh/floor9design-ltd/testing-tools)
[](https://github.com/floor9design-ltd/testing-tools)
[](https://packagist.org/packages/floor9design/testing-tools)
## Introduction
This offers a set of easy testing tools useful for generating unit testing in PHPUnit.
## Features
* Easy installation
* Simple and efficient classes
## Install
Via Composer
``` bash
composer require floor9design/testing-tools
```
## Usage
* [usage](docs/project/usage.md)
## Setup
These are a simple classes, so minimal setup is required. In a composer/PSR compliant system, this should be
automatically included. If your system works another way, this can be manually included.
Note that they are namespaced, so should not clash with your other classes/methods.
## Testing
To run the tests:
* `./vendor/phpunit/phpunit/phpunit`
Documentation and coverage can be generated as follows:
* `./vendor/phpunit/phpunit/phpunit --coverage-html docs/tests/`
## Credits
- [Rick](https://github.com/elb98rm)
## Changelog
A changelog is generated here:
* [Change log](CHANGELOG.md)
## License
* [MIT](LICENCE.md)