bbatsche / Verify

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

Additional Attribute Assertions #43

Closed bbatsche closed 4 years ago

bbatsche commented 6 years ago

We can use PHPUnit's Assert::readAttribute() to get attributes and pass them along to assert methods as SUT. This will allow us to handle attribute assertions not already exposed by PHPUnit. Pick the highest quality/priority assertions and add functionality for them.