>_ linuxcommand.dev
Startseite phpunit
Programming

phpunit

Runs unit and integration tests for PHP projects

Syntax
$phpunit [OPTIONS] [TESTFILE]
Optionen
--filter
--testsuite
--coverage-text
Examples
Examples
$phpunit
Examples
$phpunit tests/UserTest.php
Examples
$phpunit --filter testLogin
Typical use cases
Run test suites
Reproduce failures
Check coverage
Note De-facto standard test framework in the PHP ecosystem.
Export