mirror of
https://github.com/FriendsOfTYPO3/tea.git
synced 2024-11-10 00:56:12 +01:00
[BUGFIX] Mark the repository test as also covering the model (#436)
We currently can only test the lazy loading of the model image with a functional test that retrieves a model from the database via the repository. So the functional test for the repository also needs to be marked as covering the model class to make our code coverage correct.
This commit is contained in:
parent
f1a0fbef04
commit
71a08a1c20
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@ use TYPO3\TestingFramework\Core\Functional\FunctionalTestCase;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* @covers \TTN\Tea\Domain\Repository\Product\TeaRepository
|
* @covers \TTN\Tea\Domain\Repository\Product\TeaRepository
|
||||||
|
* @covers \TTN\Tea\Domain\Model\Product\Tea
|
||||||
*/
|
*/
|
||||||
class TeaRepositoryTest extends FunctionalTestCase
|
class TeaRepositoryTest extends FunctionalTestCase
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue