mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 03:56:12 +01:00
[CLEANUP] Remove type annotations for fields from the testing framework (#453)
As in these cases the type annotations from the base class are used, we can avoid PHPStan warnings about discrepancies between our annotations and the annotations from the testing framework for the corresponding fields in the superclass.
This commit is contained in:
parent
b3e3c4e29d
commit
569fad3626
1 changed files with 0 additions and 3 deletions
|
@ -19,9 +19,6 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
|||
*/
|
||||
class TeaRepositoryTest extends FunctionalTestCase
|
||||
{
|
||||
/**
|
||||
* @var array<int, non-empty-string>
|
||||
*/
|
||||
protected $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue