mirror of
https://github.com/pestphp/pest.git
synced 2026-03-09 09:17:23 +01:00
feat(expect): updates test suite to use expectation api
This commit is contained in:
@ -108,6 +108,8 @@ function afterAll(Closure $closure = null): void
|
||||
|
||||
/**
|
||||
* Creates a new expectation.
|
||||
*
|
||||
* @param mixed $value the Value
|
||||
*/
|
||||
function expect($value): Expectation
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user