feat(expect): add more methods

This commit is contained in:
ceceppa
2020-07-13 17:57:18 +01:00
parent b4c45af785
commit d29c789788
2 changed files with 19 additions and 12 deletions

View File

@ -273,6 +273,8 @@ final class Expectation
/**
* Dynamically calls methods on the class without any arguments.
*
* @return Expectation
*/
public function __get(string $name)
{