mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 07:47:22 +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 OppositeExpectation $not Creates the opposite expectation.
|
||||||
* @property EachExpectation $each Creates an expectation on each element on the traversable value.
|
* @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 Mixins\Expectation<TValue>
|
||||||
* @mixin PendingArchExpectation
|
* @mixin PendingArchExpectation
|
||||||
|
|||||||
Reference in New Issue
Block a user