mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 04:16:13 +01:00
[FOLLOWUP] Fix copy'n'paste error in view class in annotation (#20)
[ci skip]
This commit is contained in:
parent
436a10b9d6
commit
dd1ea7868d
1 changed files with 2 additions and 3 deletions
|
@ -8,7 +8,6 @@ use OliverKlee\Tea\Domain\Repository\Product\TeaRepository;
|
|||
use Prophecy\Prophecy\ObjectProphecy;
|
||||
use Prophecy\Prophecy\ProphecySubjectInterface;
|
||||
use TYPO3\CMS\Extbase\Mvc\Controller\ActionController;
|
||||
use TYPO3\CMS\Extbase\Mvc\View\JsonView;
|
||||
use TYPO3\CMS\Extbase\Persistence\QueryResultInterface;
|
||||
use TYPO3\CMS\Fluid\View\TemplateView;
|
||||
|
||||
|
@ -25,12 +24,12 @@ class TeaControllerTest extends UnitTestCase
|
|||
private $subject = null;
|
||||
|
||||
/**
|
||||
* @var JsonView|ObjectProphecy
|
||||
* @var TemplateView|ObjectProphecy
|
||||
*/
|
||||
private $viewProphecy = null;
|
||||
|
||||
/**
|
||||
* @var JsonView|ProphecySubjectInterface
|
||||
* @var TemplateView|ProphecySubjectInterface
|
||||
*/
|
||||
private $view = null;
|
||||
|
||||
|
|
Loading…
Reference in a new issue