mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:16:13 +01:00
[CLEANUP] Use more native property types in the tests (#628)
This commit is contained in:
parent
0a1a00dd22
commit
b3f0eb3f3d
2 changed files with 2 additions and 2 deletions
|
@ -10,7 +10,7 @@ This project adheres to [Semantic Versioning](https://semver.org/).
|
|||
### Changed
|
||||
- Upgrade to PHPUnit 9 and PHPCOV 8 (#610)
|
||||
- Convert functional test fixtures to CSV (#601)
|
||||
- Use typed properties instead of `@var` annotations (#599)
|
||||
- Use typed properties instead of `@var` annotations (#599, #612, #628)
|
||||
- Return `ResponseInterface` in controller actions (#597)
|
||||
- Replace switchable controller actions with separate plugins (#575)
|
||||
|
||||
|
|
|
@ -28,7 +28,7 @@ class TeaControllerTest extends UnitTestCase
|
|||
/**
|
||||
* @var TeaController&MockObject&AccessibleObjectInterface
|
||||
*/
|
||||
private $subject;
|
||||
private TeaController $subject;
|
||||
|
||||
/**
|
||||
* @var ObjectProphecy<TemplateView>
|
||||
|
|
Loading…
Reference in a new issue