Download the PHP package eliashaeussler/phpunit-attributes without Composer
On this page you can find all versions of the php package eliashaeussler/phpunit-attributes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download eliashaeussler/phpunit-attributes
More information about eliashaeussler/phpunit-attributes
Files in eliashaeussler/phpunit-attributes
Download eliashaeussler/phpunit-attributes
More information about eliashaeussler/phpunit-attributes
Files in eliashaeussler/phpunit-attributes
Vendor eliashaeussler
Package phpunit-attributes
Short Description Provides additional attributes for tests with PHPUnit
License GPL-3.0-or-later
Package phpunit-attributes
Short Description Provides additional attributes for tests with PHPUnit
License GPL-3.0-or-later
Please rate this library. Is it a good library?
Informations about the package phpunit-attributes
# PHPUnit Attributes
[](https://coveralls.io/github/eliashaeussler/phpunit-attributes)
[](https://codeclimate.com/github/eliashaeussler/phpunit-attributes/maintainability)
[](https://github.com/eliashaeussler/phpunit-attributes/actions/workflows/cgl.yaml)
[](https://github.com/eliashaeussler/phpunit-attributes/actions/workflows/tests.yaml)
[](https://packagist.org/packages/eliashaeussler/phpunit-attributes)
A Composer library with additional attributes to enhance testing with PHPUnit.
🔥 Installation
⚡ Usage
The library ships with a ready-to-use PHPUnit extension. It must be registered in your PHPUnit configuration file:
Some attributes can be configured with custom extension parameters. These must be added to the extension registration section like follows:
🎢 Attributes
The following attributes are shipped with this library:
PHP class
#[ForbidsClass]
#[RequiresClass]
PHP constant
#[ForbidsConstant]
#[RequiresConstant]
Composer package
#[ForbidsPackage]
#[RequiresPackage]
Environment
#[ForbidsEnv]
#[RequiresEnv]
🧑💻 Contributing
Please have a look at CONTRIBUTING.md
.
⭐ License
This project is licensed under GNU General Public License 3.0 (or later).
All versions of phpunit-attributes with dependencies
PHP Build Version
Package Version
Requires
php Version
~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
phpunit/phpunit Version ^10.5.35 || ^11.4 || ^12.0
phpunit/phpunit Version ^10.5.35 || ^11.4 || ^12.0
The package eliashaeussler/phpunit-attributes contains the following files
Loading the files please wait ....