mirror of
https://github.com/pestphp/pest.git
synced 2026-03-11 10:17:23 +01:00
refacto: attribute above
This commit is contained in:
@ -15,10 +15,8 @@ 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;
|
||||
public static bool $above = true;
|
||||
|
||||
/**
|
||||
* Adds attributes regarding the "covers" feature.
|
||||
|
||||
Reference in New Issue
Block a user