mirror of https://github.com/FriendsOfTYPO3/tea.git synced 2024-09-19 23:16:12 +02: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:
Oliver Klee 2022-06-01 15:26:47 +02:00 committed by GitHub
parent b3e3c4e29d
commit 569fad3626
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'];
/**