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

Public Member Functions

 testCreatInstance ()
 
 testCreateBasicEngine ()
 

Detailed Description

Definition at line 23 of file ilMustacheFactoryTest.php.

Member Function Documentation

◆ testCreateBasicEngine()

ilMustacheFactoryTest::testCreateBasicEngine ( )

Definition at line 31 of file ilMustacheFactoryTest.php.

References Vendor\Package\$f.

31  : void
32  {
33  $f = new ilMustacheFactory();
34  $engine = $f->getBasicEngine();
35  $this->assertInstanceOf(Mustache_Engine::class, $engine);
36  }

◆ testCreatInstance()

ilMustacheFactoryTest::testCreatInstance ( )

Definition at line 25 of file ilMustacheFactoryTest.php.

References Vendor\Package\$f.

25  : void
26  {
27  $f = new ilMustacheFactory();
28  $this->assertInstanceOf(ilMustacheFactory::class, $f);
29  }

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