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

VKCOM/ktest-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.