Skip to content

Releases: cross-solution/phpunit-utils

2.1.0

09 Sep 13:09
2.1.0
97a0e1b
Compare
Choose a tag to compare

Features

  • (#4): TestSetterAndGetterTrait: Allow specifying a individual target (SUT) per tested property.
  • (#3): Ease development: use php-CodeSniffer to help adhering to the coding standard.
  • (#10): Allow array specification to use pseudo-constant ::class when specifying reflection classes as SUT
  • (#15): Some maintenance task mainly targeted at development

2.0.2

08 Jun 18:46
2.0.2
c43b2af
Compare
Choose a tag to compare

Fixes

  • #8 (#9): Unit tests fail with PHP 7.4

2.0.1

20 Feb 10:09
2.0.1
7b061f9
Compare
Choose a tag to compare
  • Fix #5 via #6
    It was not possible to set an expected value for getters or setters, if the expected value were casted to true in a weak comparison.