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