php-extended/placeholder-phpunit

A library that shows only the interfaces of phpunit, without requiring all the dependancies

Maintainers

Package info

gitlab.com/php-extended/placeholder-phpunit

Issues

pkg:composer/php-extended/placeholder-phpunit

Statistics

Installs: 91 618

Dependents: 243

Suggesters: 0

Stars: 0

10.0.0 2026-04-06 22:55 UTC

This package is auto-updated.

Last update: 2026-04-06 20:55:38 UTC


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 !

coverage

Installation

The installation of this library is made via composer and the autoloading of all classes of this library is made through their autoloader.

  • Download composer.phar from their website.
  • Then run the following command to install this library as dependency :
  • php composer.phar install php-extended/placeholder-phpunit ^9

This library ^X mocks phpunit X.

License

MIT (See license file).