2017 © Pedro Peláez
 

library amylian-phpunit

ATTENTION: EXPERIMENTAL! Amylian PhpUnit

image

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

The README.md

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)

The Versions

16/05 2018

dev-master

9999999-dev

ATTENTION: EXPERIMENTAL! Amylian PhpUnit

  Sources   Download

BSD-3-Clause