mirror of
https://github.com/pestphp/pest.git
synced 2026-03-06 15:57:21 +01:00
feat(expectation-api): adds failed assertations on not methods
This commit is contained in:
@ -16,9 +16,11 @@ final class Expectation
|
||||
/**
|
||||
* The expectation value.
|
||||
*
|
||||
* @readonly
|
||||
*
|
||||
* @var mixed
|
||||
*/
|
||||
private $value;
|
||||
public $value;
|
||||
|
||||
/**
|
||||
* Creates a new expectation.
|
||||
|
||||
Reference in New Issue
Block a user