amylian / amylian-phpunit
ATTENTION: EXPERIMENTAL! Amylian PhpUnit
dev-master
2018-05-16 00:13 UTC
Suggests
- php: >=7.0
This package is auto-updated.
Last update: 2024-11-04 16:43:02 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)
.