Download the PHP package testflowlabs/test-attributes without Composer
On this page you can find all versions of the php package testflowlabs/test-attributes. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download testflowlabs/test-attributes
More information about testflowlabs/test-attributes
Files in testflowlabs/test-attributes
Download testflowlabs/test-attributes
More information about testflowlabs/test-attributes
Files in testflowlabs/test-attributes
Vendor testflowlabs
Package test-attributes
Short Description PHP 8 attributes for testing - BDD steps and test traceability
License MIT
Package test-attributes
Short Description PHP 8 attributes for testing - BDD steps and test traceability
License MIT
Please rate this library. Is it a good library?
Informations about the package test-attributes
Test Attributes
PHP 8 attributes for testing - BDD steps and test traceability
Lightweight PHP 8 attributes for use with testing plugins.
Installation
Attributes
| Attribute | Target | Purpose | Used By |
|---|---|---|---|
#[Given] |
Method/Function | BDD step - Arrange | testflowlabs/pest-plugin-bdd |
#[When] |
Method/Function | BDD step - Act | testflowlabs/pest-plugin-bdd |
#[Then] |
Method/Function | BDD step - Assert | testflowlabs/pest-plugin-bdd |
#[TestedBy] |
Method | Mark production method as tested by specific test | testflowlabs/testlink |
#[Links] |
Method | Link test to production code (traceability only) | testflowlabs/testlink |
#[LinksAndCovers] |
Method | Link test to production code + coverage | testflowlabs/testlink |
All attributes are repeatable.
Why Separate Package?
This package is a production dependency, while testing plugins remain dev dependencies.
This allows annotating code with attributes without pulling in test runners.
License
MIT License. See LICENSE for details.
All versions of test-attributes with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.3
The package testflowlabs/test-attributes contains the following files
Loading the files please wait ...