amylian/amylian-phpunit

ATTENTION: EXPERIMENTAL! Amylian PhpUnit

dev-master 2018-05-16 00:13 UTC

This package is auto-updated.

Last update: 2024-04-04 15:27:37 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).