library amylian-phpunit
ATTENTION: EXPERIMENTAL! Amylian PhpUnit
amylian/amylian-phpunit
ATTENTION: EXPERIMENTAL! Amylian PhpUnit
- Wednesday, May 16, 2018
- by ancpru
- Repository
- 1 Watchers
- 0 Stars
- 24 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
Package amylian/amylian-phpunit
Extensions for PHPUnit, (*1)
The package providers a set of additional classes for PHPUnit, (*2)
Installation
To install this library, run the command below and you will get the latest version, (*3)
bash
composer require amylian/amylian-phpunit --dev
, (*4)
Additinal Assertions
assertClassExists
add use \amylian\phpunit\traits\AssertClassExistsTrait;
to your test class declaration and call $this->assertClassExists(\My\Fully\Qualified\ClassName::class)
., (*5)
dev-master
9999999-dev
ATTENTION: EXPERIMENTAL! Amylian PhpUnit
Sources
Download
BSD-3-Clause