Skip to content
This repository has been archived by the owner on Apr 23, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (18 loc) · 659 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 659 Bytes

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.