mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
parent
0e85116d75
commit
68372cc850
4 changed files with 4 additions and 4 deletions
|
@ -15,7 +15,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
|||
* @covers \TTN\Tea\Domain\Repository\Product\TeaRepository
|
||||
* @covers \TTN\Tea\Domain\Model\Product\Tea
|
||||
*/
|
||||
class TeaRepositoryTest extends FunctionalTestCase
|
||||
final class TeaRepositoryTest extends FunctionalTestCase
|
||||
{
|
||||
protected array $testExtensionsToLoad = ['typo3conf/ext/tea'];
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
|||
/**
|
||||
* @covers \TTN\Tea\Controller\TeaController
|
||||
*/
|
||||
class TeaControllerTest extends UnitTestCase
|
||||
final class TeaControllerTest extends UnitTestCase
|
||||
{
|
||||
/**
|
||||
* @var TeaController&MockObject&AccessibleObjectInterface
|
||||
|
|
|
@ -12,7 +12,7 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
|||
/**
|
||||
* @covers \TTN\Tea\Domain\Model\Product\Tea
|
||||
*/
|
||||
class TeaTest extends UnitTestCase
|
||||
final class TeaTest extends UnitTestCase
|
||||
{
|
||||
private Tea $subject;
|
||||
|
||||
|
|
|
@ -12,7 +12,7 @@ use TYPO3\TestingFramework\Core\Unit\UnitTestCase;
|
|||
/**
|
||||
* @covers \TTN\Tea\Domain\Repository\Product\TeaRepository
|
||||
*/
|
||||
class TeaRepositoryTest extends UnitTestCase
|
||||
final class TeaRepositoryTest extends UnitTestCase
|
||||
{
|
||||
private TeaRepository $subject;
|
||||
|
||||
|
|
Loading…
Reference in a new issue