Skip to content

Releases: jakzal/phpunit-injector

Trait and inheritance fixes

07 Jun 14:10
e691a0c
Compare
Choose a tag to compare
  • Fix an issue when referencing a class from a trait (#9)
  • Use the called class name instead to support test case inhertiance (#10)

Phar release (not signed)

04 Jun 07:46
9af50d9
Compare
Choose a tag to compare
  • do not attempt to sign the published phar

Phar release

01 Jun 15:46
23d6192
Compare
Choose a tag to compare
  • start distributing the extension as a phar

Support for the Symfony 4.1 test service container

24 May 18:41
a2a8d14
Compare
Choose a tag to compare
Merge pull request #4 from jakzal/symfony-4.1

Add support for the test service container from Symfony 4.1

Refresh the container when test case changes

05 Mar 15:43
345c82e
Compare
Choose a tag to compare

New features:

  • Refresh the container when test case changes

Bug fixes:

  • Allow different sets of services (coming from different kernels) per test case class

Symfony support

02 Mar 21:58
f00f2d2
Compare
Choose a tag to compare
  • support for injecting services from a PSR-11 container to PHPUnit test cases
  • support for service containers created by a Symfony kernel