bbatsche / Verify

BDD Assertions for PHPUnit and Codeception
MIT License
4 stars 0 forks source link

Support for Object Attributes #15

Closed bbatsche closed 8 years ago

bbatsche commented 9 years ago

Add wrappers to address attributes of classes (already have a plan for this...)

bbatsche commented 9 years ago
verify($obj)->attribute('attr')->equals('test');
verify($obj)->attr->equals('test');
bbatsche commented 8 years ago

Remaining tasks: