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

@ -7,3 +7,4 @@
7. `toHaveLineCountLessThan` 7. `toHaveLineCountLessThan`
8. `toHaveAllMethodsDocumented` 8. `toHaveAllMethodsDocumented`
9. `toHaveAllPropertiesDocumented` 9. `toHaveAllPropertiesDocumented`
10. `@pest-arch-ignore-line` and `@pest-arch-ignore-next-line`

View File

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

View File

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