php-extended / placeholder-phpunit
A library that shows only the interfaces of phpunit, without requiring all the dependancies
8.1.1
2022-05-28 15:22 UTC
Requires
- php: >=7.2
Conflicts
README
A library that shows only the interfaces of phpunit, without requiring all the dependancies, for IDE autocompletion purposes. Tests still requires phpunit libraries or phars to work !
Installation
The installation of this library is made via composer.
Download composer.phar
from their website.
Then add to your composer.json :
"require": {
...
"php-extended/placeholder-phpunit": "^8",
...
}
Then run php composer.phar update
to install this library.
The autoloading of all classes of this library is made through composer's autoloader.
This library ^8 mocks phpunit 8.
License
MIT (See license file).