Search by

php-sap / integration-tests

grej

PHP/SAP integration tests.

Package info

github.com/php-sap/integration-tests

Homepage

pkg:composer/php-sap/integration-tests

Statistics

Installs: 714

Dependents: 3

Suggesters: 0

Stars: 0

Open Issues: 0

v8.0.1 2026-09-01 11:28 UTC

README

License: MIT

This repository contains tests common to all PHP/SAP implementations.

Development

All development commands (install, lint, analyze, beautify, sniff, audit, validate) run via Docker through the Makefile, so no local PHP installation is needed. Run make help to list all targets. Most targets require PHP_VERSION, e.g.:

make install PHP_VERSION=8.1