vkcom / ktest-script
This package is abandoned and no longer maintained.
No replacement package was suggested.
Test and benchmark KPHP code
v0.7.5
2022-09-09 12:54 UTC
Requires
- php: >=7.4
- ext-zip: *
This package is auto-updated.
Last update: 2024-05-10 18:12:06 UTC
README
Overview
ktest-script
is a binary release of ktest for composer.
ktest
is a tool that makes kphp programs easier to test.
Installation
$ composer require --dev vkcom/ktest-script
Usage
# Running tests with KPHP: $ ./vendor/bin/ktest phpunit ./tests # Running benchmarks with KPHP $ ./vendor/bin/ktest bench ./benchmarks # Running benchmarks with PHP $ ./vendor/bin/ktest bench-php ./benchmarks
For more usage information, see ktest docs.