amylian / amylian-phpunit
ATTENTION: EXPERIMENTAL! Amylian PhpUnit
Installs: 46
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/amylian/amylian-phpunit
Suggests
- php: >=7.0
This package is auto-updated.
Last update: 2025-10-04 18:34:21 UTC
README
Extensions for PHPUnit
The package providers a set of additional classes for PHPUnit
Installation
To install this library, run the command below and you will get the latest version
composer require amylian/amylian-phpunit --dev
Additinal Assertions
assertClassExists
add use \amylian\phpunit\traits\AssertClassExistsTrait;
to your test class declaration and call $this->assertClassExists(\My\Fully\Qualified\ClassName::class)
.