feat(expectation-api): adds failed assertations on not methods

This commit is contained in:
Nuno Maduro
2020-08-09 19:08:27 +01:00
parent d2db71bb78
commit 439ebcdcaf
2 changed files with 25 additions and 3 deletions

View File

@ -16,9 +16,11 @@ final class Expectation
/**
* The expectation value.
*
* @readonly
*
* @var mixed
*/
private $value;
public $value;
/**
* Creates a new expectation.