Skip to content

Commit

Permalink
chore: fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
gabrielfs7 committed Nov 26, 2024
1 parent ddca4bf commit 134695f
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,19 +22,11 @@

namespace oat\taoQtiTest\test\unit\models\classes\Translation\Service;

use core_kernel_classes_Class;
use core_kernel_classes_Property;
use core_kernel_classes_Resource;
use oat\generis\model\data\Ontology;
use oat\tao\model\TaoOntology;
use oat\tao\model\Translation\Entity\ResourceCollection;
use oat\tao\model\Translation\Entity\ResourceTranslatableStatus;
use oat\tao\model\Translation\Entity\ResourceTranslation;
use oat\tao\model\Translation\Query\ResourceTranslationQuery;
use oat\tao\model\Translation\Repository\ResourceTranslationRepository;
use oat\taoQtiTest\models\Translation\Service\ResourceTranslatableStatusHandler;
use oat\taoQtiTest\models\Translation\Service\TestTranslator;
use oat\taoTests\models\TaoTestOntology;
use PHPUnit\Framework\MockObject\MockObject;
use PHPUnit\Framework\TestCase;
use taoQtiTest_models_classes_QtiTestService;
Expand All @@ -61,6 +53,7 @@ protected function setUp(): void
$this->status = new ResourceTranslatableStatus(
'testUri',
TaoOntology::CLASS_URI_TEST,
'languageUri',
true,
true
);
Expand Down

0 comments on commit 134695f

Please sign in to comment.