19 declare(strict_types=1);
31 $this->markTestSkipped(
'Test skipped while integrating the new dependencies in LTI components.');
34 $this->createMock(ilLTIDataConnector::class)
36 $testString = str_shuffle(uniqid(
'abcdefgh'));
37 $ltiToolConsumer->setTitle($testString);
39 $this->assertEquals($testString, $ltiToolConsumer->getTitle());