chore: fixes tests

This commit is contained in:
Nuno Maduro
2024-08-07 11:26:56 +01:00
parent 9353015691
commit adbc6b4a89
3 changed files with 3 additions and 2 deletions

View File

@ -10,7 +10,7 @@ use Pest\Expectation;
/**
* @internal
*/
abstract class AbstractPreset
abstract class AbstractPreset // @pest-arch-ignore-line
{
/**
* The expectations.

View File

@ -9,7 +9,7 @@ use Pest\Logging\TeamCity\TeamCityLogger;
/**
* @internal
*/
abstract class Subscriber
abstract class Subscriber // @pest-arch-ignore-line
{
/**
* Creates a new Subscriber instance.