You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Any method of a class that extends PHPUnit\Framework\TestCase annotated with @preCondition should be automatically called at the same point in time assertPreConditions() is called.
Any method of a class that extends PHPUnit\Framework\TestCase annotated with @postCondition should be automatically called at the same point in time assertPostConditions() is called.
Any method of a class that extends
PHPUnit\Framework\TestCase
annotated with@preCondition
should be automatically called at the same point in timeassertPreConditions()
is called.Any method of a class that extends
PHPUnit\Framework\TestCase
annotated with@postCondition
should be automatically called at the same point in timeassertPostConditions()
is called.Motivation: phpspec/prophecy-phpunit#20 (comment)
The text was updated successfully, but these errors were encountered: