Skip to content
Compare
Choose a tag to compare
@Hywan Hywan released this 30 Jan 09:14
97563ed

Full changelog.

Features

  • New supported asserters (@Hywan):
    • assertObjectHasAttribute,
    • assertObjectNotHasAttribute,
    • assertNotCount,
    • assertNotEmpty.

Fixes

  • assertCount's fail message (aka description in PHPUnit vocabulary) is passed to the inner asserters (@Hywan),
  • assert*Empty no longer rely on assert*Count (@Hywan),
  • assert*Empty supports string (@Hywan).

Documentation

  • List of all supported asserters has been updated (@Hywan).

Tests

  • Add missing test suite for assertIsEmpty (@Hywan).