This is the list of changes for the PHPUnit 3.6 release series.
- Added
assertCount()andassertNotCount()to assert the number of elements in an array,CountableorIterator. - Added
returnSelf()to ease the mocking and stubbing of fluent interfaces. assertEquals()now looks for (and invokes) a__toString()method when an object and string are compared.@ticketis now an alias for@group.- The
PHPUnit_Extensions_Story_TestCasefunctionality has been removed. - The syntax check functionality has been removed.