ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilLTIToolConsumerTest Class Reference

Class ilLTIToolConsumerTest. More...

+ Inheritance diagram for ilLTIToolConsumerTest:
+ Collaboration diagram for ilLTIToolConsumerTest:

Public Member Functions

 testTitle ()
 

Detailed Description

Member Function Documentation

◆ testTitle()

ilLTIToolConsumerTest::testTitle ( )

Definition at line 29 of file ilLTIToolConsumerTest.php.

29 : void
30 {
31 $ltiToolConsumer = new ilLTIPlatform(
32 $this->createMock(ilLTIDataConnector::class)
33 );
34 $testString = str_shuffle(uniqid('abcdefgh'));
35 $ltiToolConsumer->setTitle($testString);
36
37 $this->assertEquals($testString, $ltiToolConsumer->getTitle());
38 }
LTI provider for LTI launch.

The documentation for this class was generated from the following file: