Skip to content

Releases: temafey/unit-test-generator

v0.6.8

24 Jul 07:44
c621064
Compare
Choose a tag to compare
Update composer.json

v0.6.7

25 Apr 14:38
Compare
Choose a tag to compare
Update MockGenerator, update method makeReflectionClass, fix with get…

Fix issue with return type

28 Apr 15:49
Compare
Choose a tag to compare
feat(PhpUnit) - add php 8.0 compatibility part 4

- Update CodeHelper add support ReflectionUnionType return type
- Update Mockery add support ReflectionUnionType return type

Fix issue with php 8.0 capabilities

28 Apr 12:12
Compare
Choose a tag to compare
feat(PhpUnit) - add php 8.0 compatibility part 3

- Update CodeHelper add support ReflectionUnionType return type
- Update Mockery add support ReflectionUnionType return type

Add support ReflectionUnionType return type

28 Apr 06:20
Compare
Choose a tag to compare
feat(PhpUnit) - add php 8.0 compatibility part 2

- Update CodeHelper add support ReflectionUnionType return type
- Update Mockery add support ReflectionUnionType return type

Add php8 compatibility part 2

19 Mar 11:32
Compare
Choose a tag to compare
feat(PhpUnit) - add php 8.0 compatibility part 2

- Update CodeHelper add support for T_NAME_QUALIFIED constant
- Update TestGenerator, remove using deprecated method getClass() from ReflectionParameter
- Update TestClass, fix logic in generating class namespaces

Update the dependencies

22 Feb 16:19
cf6fa68
Compare
Choose a tag to compare
v0.6.2

Update composer.json

Add php8 compatibility in composer.json

22 Feb 16:07
f8b77a3
Compare
Choose a tag to compare
Update composer.json

Update dependencies, add php 8 capability

Add php8 compatibility

22 Jan 12:50
Compare
Choose a tag to compare
feat(PhpUnit) - add php 8.0 compatibility

- Update CodeHelper add support for T_NAME_QUALIFIED constant
- Update TestGenerator, remove using deprecated method getClass() from ReflectionParameter
- Update TestClass, fix logic in generating class namespaces

First proof-of-concept release

07 Dec 17:16
Compare
Choose a tag to compare
feat(PhpUnit) - Add unit test generator

- Add TestGenerator
- Add MockGenerator
- Add DataProviderGenerator