Skip to content
This repository has been archived by the owner on Jan 4, 2022. It is now read-only.

Releases: ergebnis/test-util

0.2.2

02 Oct 11:50
0.2.2
Compare
Choose a tag to compare
  • Enhancement: Use stages (#32)
  • Fix: Increase version requirement for fzaninotto/faker (#33)
  • Fix: Do not optimize autoloader (#34)

0.2.1

19 Sep 11:37
0.2.1
Compare
Choose a tag to compare
  • Fix: Configure composer to optimize autoloader (#28)
  • Enhancement: Add PHP 7.2 to Travis build matrix (#29)
  • Fix: Ignore non-existent exclude classes (#30)
  • Fix: Add docblocks with descriptions (#31)

0.2.0

16 Sep 16:09
0.2.0
Compare
Choose a tag to compare
  • Fix: Require, do not suggest packages (#25)
  • Enhancement: Allow to assert that classes have tests (#26)
  • Enhancement: Allow to assert that classes, interfaces, and traits satisfy specifications (#13)
  • Fix: Update keywords (#27)

0.1.0

16 Sep 10:42
0.1.0
Compare
Choose a tag to compare
  • Enhancement: Share localized Faker\Generator via faker() (#1)
  • Fix: Configure phpunit to be as strict as possible (#2)
  • Enhancement: Allow to assert that classes, interfaces, and traits exist (#3)
  • Fix: Rename fixtures (#4)
  • Enhancement: Allow to assert that a class is abstract or final (#6)
  • Fix: Reword section about faker() (#5)
  • Enhancement: Allow to assert that a class implements an interface (#7)
  • Fix: Rename parameters and local variables (#8)
  • Fix: Rename test methods (#9)
  • Enhancement: Allow to assert that classes and interfaces extend other classes and interfaces (#10)
  • Enhancement: Allow to assert that a class uses a trait (#11)
  • Fix: Merge tests (#12)
  • Fix: Consistently end assertion messages with a period (#14)
  • Fix: Reuse fixtures only where appropriate (#15)
  • Fix: Move fixtures into different namespace (#16)
  • Enhancement: Update localheinz/php-cs-fixer-config (#18)
  • Fix: Update localheinz/php-cs-fixer-config (#19)
  • Fix: Check in composer.lock (#20)
  • Fix: Streamline Travis configuration across repositories (#21)
  • Enhancement: Trigger E_USER_ERROR when fzaninotto/faker is not installed (#22)
  • Enhancement: Allow to assert that classes in a directory are abstract or final (#17)
  • Enhancement: Allow to assert that classes in a directory satisfy a specification (#23)
  • Fix: Replace GITHUB_TOKEN (#24)