Registry / testing / phpunit-phpunit

phpunit-phpunit

JSON →
library13.0.2phppackagistunverified

The PHP Unit Testing framework.

composer require phpunit/phpunit
INSTALL
IMPORT
SIG · PHPUNIT-PHPUNIT
P
phpunit-phpunit
testingphpv13.0.2
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

TestCase
use PHPUnit\Framework\TestCase;

Basic test case using PHPUnit

use PHPUnit\Framework\TestCase; class MyTest extends TestCase { public function testExample(): void { $this->assertTrue(true); } }
Debug
Known issues
breakingPHPUnit 13 requires PHP 8.3 or higher
fix
Upgrade PHP to 8.3+ or use PHPUnit 10/11 for older PHP versions
affects: >=13.0.0
Upgrade
Version history
13.0.2latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
4 hits · last 30 days
node
4
Resources
phpunit-phpunit — pip install phpunit-phpunit · libregistry