mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +01:00
chore: fixes tests
This commit is contained in:
@ -7,3 +7,4 @@
|
||||
7. `toHaveLineCountLessThan`
|
||||
8. `toHaveAllMethodsDocumented`
|
||||
9. `toHaveAllPropertiesDocumented`
|
||||
10. `@pest-arch-ignore-line` and `@pest-arch-ignore-next-line`
|
||||
|
||||
@ -10,7 +10,7 @@ use Pest\Expectation;
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
abstract class AbstractPreset
|
||||
abstract class AbstractPreset // @pest-arch-ignore-line
|
||||
{
|
||||
/**
|
||||
* The expectations.
|
||||
|
||||
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user