Revert "Fixes json in Higher Order Expectations"

This commit is contained in:
Nuno Maduro
2022-01-21 16:48:26 +00:00
committed by GitHub
parent a533772fe2
commit 4720e0655b
3 changed files with 1 additions and 18 deletions

View File

@ -77,11 +77,6 @@ final class HigherOrderExpectation
return $this->expect($value);
}
public function json(): HigherOrderExpectation
{
return new self($this->original, $this->expectation->json()->value);
}
/**
* Dynamically calls methods on the class with the given arguments.
*