https://github.com/quillstack/unit-tests
A simple library for unit testing in PHP 8.
https://github.com/quillstack/unit-tests
php php8 tests unit unit-tests
Last synced: 6 months ago
JSON representation
A simple library for unit testing in PHP 8.
- Host: GitHub
- URL: https://github.com/quillstack/unit-tests
- Owner: quillstack
- License: mit
- Created: 2021-10-08T16:53:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-06-02T11:36:05.000Z (over 3 years ago)
- Last Synced: 2025-06-27T11:17:39.897Z (7 months ago)
- Topics: php, php8, tests, unit, unit-tests
- Language: PHP
- Homepage: https://quillstack.org/unit-tests
- Size: 69.3 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Quillstack Unit Tests
[](https://app.travis-ci.com/quillstack/unit-tests)
[](https://packagist.org/packages/quillstack/unit-tests)
[](https://sonarcloud.io/dashboard?id=quillstack_unit-tests)
[](https://sonarcloud.io/dashboard?id=quillstack_unit-tests)
[](https://github.styleci.io/repos/415063550?branch=main)
[](https://www.codefactor.io/repository/github/quillstack/unit-tests)

[](https://sonarcloud.io/dashboard?id=quillstack_unit-tests)
[](https://codeclimate.com/github/quillstack/unit-tests/maintainability)
[](https://sonarcloud.io/dashboard?id=quillstack_unit-tests)

A simple library for unit testing in PHP 8.
### Unit tests
Run your tests using a command:
```shell
phpdbg -qrr ./vendor/bin/unit-tests
```
Run local tests for this library:
```shell
phpdbg -qrr ./bin/local
```
### Docker
```shell
$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_unit-tests sh
```