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
Note
De-facto standard test framework in the PHP ecosystem.
Export