mirror of
https://github.com/pestphp/pest.git
synced 2026-03-07 00:07:22 +01:00
move covers attribute above the class
This commit is contained in:
@ -11,8 +11,15 @@ use Pest\Factories\TestCaseMethodFactory;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
final class Covers
|
||||
final class Covers extends Attribute
|
||||
{
|
||||
/**
|
||||
* Determine if the attribute should be placed above the classe instead of above the method.
|
||||
*
|
||||
* @var bool
|
||||
*/
|
||||
public const ABOVE_CLASS = true;
|
||||
|
||||
/**
|
||||
* Adds attributes regarding the "covers" feature.
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user