Make tests descriptive
benwerd opened this issue · comments
Ben Werdmuller commented
Currently, test failures don't tell you a great deal.
We should ensure that tests accurately describe the problem on failure, using the $message
param in PHPUnit's assert
methods.