mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
chore: missing properties
This commit is contained in:
@ -38,6 +38,10 @@ use PHPUnit\Framework\ExpectationFailedException;
|
||||
*
|
||||
* @property OppositeExpectation $not Creates the opposite expectation.
|
||||
* @property EachExpectation $each Creates an expectation on each element on the traversable value.
|
||||
* @property PendingArchExpectation $classes
|
||||
* @property PendingArchExpectation $traits
|
||||
* @property PendingArchExpectation $interfaces
|
||||
* @property PendingArchExpectation $enums
|
||||
*
|
||||
* @mixin Mixins\Expectation<TValue>
|
||||
* @mixin PendingArchExpectation
|
||||
|
||||
Reference in New Issue
Block a user