An open API service indexing awesome lists of open source software.

https://github.com/souplette-php/run-tests.php

The php-src test runner
https://github.com/souplette-php/run-tests.php

php phpt testing

Last synced: 5 months ago
JSON representation

The php-src test runner

Awesome Lists containing this project

README

          

# run-tests.php

Provides the [php-src test runner](https://github.com/php/php-src/blob/master/run-tests.php) as a composer package.

## Installation

```sh
composer require souplette/run-tests.php
```

## Usage

```sh
./vendor/bin/run-tests.php --help
```

You might also want to check the [PHPT format documentation](https://qa.php.net/phpt_details.php).