ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ilQTIMatImageSecurityTest Class Reference
+ Inheritance diagram for ilQTIMatImageSecurityTest:
+ Collaboration diagram for ilQTIMatImageSecurityTest:

Public Member Functions

 testConstruct ()
 

Private Member Functions

 image ()
 

Detailed Description

Definition at line 23 of file ilQTIMatImageSecurityTest.php.

Member Function Documentation

◆ image()

ilQTIMatImageSecurityTest::image ( )
private

Definition at line 36 of file ilQTIMatImageSecurityTest.php.

Referenced by testConstruct().

37  {
38  $image = $this->getMockBuilder(ilQTIMatimage::class)->disableOriginalConstructor()->getMock();
39  $image->expects(self::exactly(2))->method('getRawContent')->willReturn('Ayayay');
40 
41  return $image;
42  }
+ Here is the caller graph for this function:

◆ testConstruct()

ilQTIMatImageSecurityTest::testConstruct ( )

Definition at line 25 of file ilQTIMatImageSecurityTest.php.

References image().

25  : void
26  {
27  $this->assertInstanceOf(
28  ilQtiMatImageSecurity::class,
30  $this->image(),
31  $this->createMock(\ILIAS\TestQuestionPool\Questions\Files\QuestionFiles::class)
32  )
33  );
34  }
Interface Observer Contains several chained tasks and infos about them.
+ Here is the call graph for this function:

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