Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 1.9 KB

File metadata and controls

35 lines (27 loc) · 1.9 KB

Quillstack Unit Tests

Build Status Downloads Coverage Lines of Code StyleCI CodeFactor Packagist License Reliability Rating Maintainability Security Rating Packagist PHP Version Support

A simple library for unit testing in PHP 8.

Unit tests

Run your tests using a command:

phpdbg -qrr ./vendor/bin/unit-tests

Run local tests for this library:

phpdbg -qrr ./bin/local

Docker

$ docker-compose up -d
$ docker exec -w /var/www/html -it quillstack_unit-tests sh