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
- Host: GitHub
- URL: https://github.com/souplette-php/run-tests.php
- Owner: souplette-php
- License: other
- Created: 2024-01-22T13:59:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-01T01:22:44.000Z (about 2 years ago)
- Last Synced: 2025-11-27T16:32:07.602Z (7 months ago)
- Topics: php, phpt, testing
- Language: PHP
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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).